From 325710a52f490951b1032ca5fbf9d23c80ffa7d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 26 Apr 2013 06:16:13 +0200 Subject: [PATCH] Use the correct flag everywhere. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.7.4