From 9bdbf7b6158887256df70d5f006c46607f192c83 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 15 Jul 2011 23:40:58 +0100 Subject: Little cleanups --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e8ab26f..906a92b 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: getgbook .c.o: @echo CC $< - @$(CC) -c -g $(CFLAGS) $< + @$(CC) -c -g -Wall $(CFLAGS) $< $(OBJ): util.c -- cgit v1.2.3