summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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