Use the correct flag everywhere.
[ccp.git] / 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"