From c2892e23ef3aa063812714323b5e8f9ebe0fc318 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 16 Jul 2011 23:24:57 +0100 Subject: Clean up pointer arithmetic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 906a92b..d9ca4fb 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: getgbook .c.o: @echo CC $< - @$(CC) -c -g -Wall $(CFLAGS) $< + @$(CC) -c -g -Wall -Werror $(CFLAGS) $< $(OBJ): util.c -- cgit v1.2.3