From 9bc4c477e39725d6031a601f5341363bcbf54646 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Sat, 16 Jul 2016 03:44:22 -0600 Subject: fix many bugs, add tests for terminator --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9242807..ae4dbdb 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ FLAGS += -O2 endif LIBS = -CFLAGS += -I. $(FLAGS) -c -MMD +CFLAGS += -I. $(FLAGS) -c -MMD -Wall -Wextra LDFLAGS += $(FLAGS) SOURCES = test.cxx -- cgit v1.2.1