aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 298484e..46457f7 100644
--- a/config.mk
+++ b/config.mk
@@ -24,5 +24,5 @@ CFLAGS += -g -std=c99 -pedantic -Wall -Wvariadic-macros -Os ${INCS} ${CPPFLAGS}
24LDFLAGS += -g ${LIBS} 24LDFLAGS += -g ${LIBS}
25 25
26# compiler and linker 26# compiler and linker
27CC ?= cc 27# CC = cc
28 28