From 8bc6f2c71d68ecff2e82e5ff8bff042ce4f13463 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 5 Apr 2014 20:25:00 -0400 Subject: more compiler warnings --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3-54-g00ecf