From 6524b096a1e38bbb7f0645f410af348211e8349d Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Mon, 30 Sep 2019 17:02:03 -0400 Subject: Update makefile gcc shows all errors --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 8c73a72..ddf089f 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ CC = gcc -FLAGS = -g -O0 +FLAGS = -g -O0 -Wall -ggdb3 YACC = yacc LEX = lex -- cgit v1.1