From 66b48ad2148360ff92f296ce159bccd00d5001fe Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sun, 15 Jan 2017 13:24:55 -0600 Subject: Turn on compiler warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4668fad..60c9ecc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -OPTFLAGS = -Os +OPTFLAGS = -Os -Wall CFLAGS = -std=c11 -D_POSIX_C_SOURCE=200809L $(OPTFLAGS) GENSRCS = lexer.c parser.c -- cgit v1.2.3