From a9eb97707b3960c052d05bb85a41fdb5c9ef777c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 22 Mar 2015 10:33:38 +0000 Subject: Caused a syntax error in previous commit while altering CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 486cd11..5837e5d 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ endif CFLAGS := -D_BSD_SOURCE -D_DEFAULT_SOURCE \ -I$(CURDIR)/include/ -I$(CURDIR)/src \ - (WARNFLAGS) $(CFLAGS) + $(WARNFLAGS) $(CFLAGS) ifneq ($(GCCVER),2) CFLAGS := $(CFLAGS) -std=c99 else -- cgit v1.2.3