mirror of
https://github.com/AltraMayor/f3.git
synced 2025-09-22 20:01:45 -04:00
Improve Makefile
- Change compiling flag -Wpedantic to -pedantic. Flag -Wpedantic is not available in older versions of gcc, what makes the life of some users unnecessarily harder. Not to mention that both flags work fine for F3. - Allow make variable CC to be set externally. Some platforms favor other C compilers. For example, FreeBSD defaults to clang. - Allow make variable CFLAGS to be extended externally. This helps packaging. - Target clean to also remove *.d files. The three first improvements were suggested by Thomas Fischer and Uffe Jakobsen. The discussion is available here: https://github.com/AltraMayor/f3/issues/4
This commit is contained in:
parent
b4e8e6c9da
commit
71433d3b78
Loading…
x
Reference in New Issue
Block a user