aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-09-30 17:02:03 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-10-04 13:17:51 -0400
commit6524b096a1e38bbb7f0645f410af348211e8349d (patch)
tree3dfb304f26d42fd2f83eba30f0437e21511e4602 /makefile
parent93f6234623e60dc1f6f4a008aa3d23430fd2871b (diff)
Update makefile gcc shows all errors
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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