aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)