don't clobber CFLAGS from config.mk

thanks, Bryce Edwards
This commit is contained in:
Jan-Piet Mens
2016-06-17 18:24:11 +02:00
parent 6e99d6be42
commit 44cf65add7
+1 -1
View File
@@ -1,6 +1,6 @@
include config.mk
CFLAGS =-Wall -Werror
CFLAGS +=-Wall -Werror
LIBS = $(MORELIBS) -lm
LIBS += -lcurl -lconfig