We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd8f26 commit cb805afCopy full SHA for cb805af
Makefile
@@ -2,7 +2,7 @@ MKDIR_P = mkdir -p
2
RM = rm
3
INSTALL = install
4
5
-CC = gcc
+CC ?= gcc
6
CFLAGS = -std=gnu99 -O2 -Wall -Wshadow -Isrc
7
LDFLAGS = $(CFLAGS)
8
0 commit comments