summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick White <hg@njw.me.uk>2011-07-15 23:40:58 +0100
committerNick White <hg@njw.me.uk>2011-07-15 23:40:58 +0100
commit9bdbf7b6158887256df70d5f006c46607f192c83 (patch)
tree6c4aea3a4868c7c9948d28fd271f4a6bd0083d56 /Makefile
parente85bc3e20bb05cd43bfdf6c55d113906e969db15 (diff)
Little cleanups
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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