aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-05 20:25:00 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-05 20:25:00 -0400
commit8bc6f2c71d68ecff2e82e5ff8bff042ce4f13463 (patch)
tree76c6c16ad755787c89231d30150432329c36557b /Makefile
parent758acbc65fe52f8ac364e61c5d2d2b73083b1fe6 (diff)
downloadrunes-8bc6f2c71d68ecff2e82e5ff8bff042ce4f13463.tar.gz
runes-8bc6f2c71d68ecff2e82e5ff8bff042ce4f13463.zip
more compiler warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2ab83c0..93bbf3f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
OUT = runes
OBJ = runes.o display.o xlib.o term.o
-CFLAGS ?= -g
-LDFLAGS ?= -g
+CFLAGS ?= -g -Wall -Wextra -Werror
+LDFLAGS ?= -g -Wall -Wextra -Werror
build: $(OUT)