Use the correct flag everywhere. master
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 26 Apr 2013 04:16:13 +0000 (06:16 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 26 Apr 2013 04:16:13 +0000 (06:16 +0200)
Makefile

index 500c48b..624fa14 100644 (file)
--- 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"