From: David ‘Bombe’ Roden Date: Fri, 26 Apr 2013 04:16:13 +0000 (+0200) Subject: Use the correct flag everywhere. X-Git-Url: https://git.pterodactylus.net/?p=ccp.git;a=commitdiff_plain Use the correct flag everywhere. --- diff --git a/Makefile b/Makefile index 500c48b..624fa14 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ ccp: ccp.o gcc $(LDFLAGS) -o $@ $^ ccp.o: ccp.c - gcc -Wall $(FLAGS) -c -o $@ $^ + gcc -Wall $(CFLAGS) -c -o $@ $^ install: all cp ccp "$(BINDIR)/ccp"