Skip to content

Commit cb805af

Browse files
committed
Update Makefile
1 parent fcd8f26 commit cb805af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MKDIR_P = mkdir -p
22
RM = rm
33
INSTALL = install
44

5-
CC = gcc
5+
CC ?= gcc
66
CFLAGS = -std=gnu99 -O2 -Wall -Wshadow -Isrc
77
LDFLAGS = $(CFLAGS)
88

0 commit comments

Comments
 (0)