]> git.lizzy.rs Git - ttfe.git/blobdiff - Makefile
Use cc as C compiler (cc is a symlink to system default C compiler)
[ttfe.git] / Makefile
index 8e38bbe18dbdbe56d3f1eadff408a6f3c5ccc7e5..eb3eb28672da21ed172586b949601f03ac681448 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-CC=clang
+CC=cc
+
 FLAGS=-g -Wall -pedantic -Wextra -Wconversion\
        -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts\
        -Wdisabled-optimization -Wimplicit -Wimport -Winline\