We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f04701 commit bd61849Copy full SHA for bd61849
makefile
@@ -1,4 +1,4 @@
1
-CC = gcc
+CC ?= gcc
2
3
CFLAGS = -std=c99 -DNDEBUG #-g
4
#CFLAGS += -Wall -pedantic
0 commit comments