]> git.lizzy.rs Git - ttfe.git/commitdiff
Use cc as C compiler (cc is a symlink to system default C compiler)
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 7 Jun 2021 10:18:29 +0000 (12:18 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 7 Jun 2021 10:18:29 +0000 (12:18 +0200)
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\