Skip to content

Commit bd61849

Browse files
committed
Allow makefile to use different compiler thorugh variable CC
1 parent 7f04701 commit bd61849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CC = gcc
1+
CC ?= gcc
22

33
CFLAGS = -std=c99 -DNDEBUG #-g
44
#CFLAGS += -Wall -pedantic

0 commit comments

Comments
 (0)