aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-10-06 13:12:28 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-10-06 14:39:21 -0400
commit563010bc7d2ad932b6096e90c048f8a6cdccef82 (patch)
treee30f9cac2cd28ab3522fb21b74204342b35e3530 /makefile
parent6524b096a1e38bbb7f0645f410af348211e8349d (diff)
Fix input/output to correct function names
input/output created write/read respectively fixed to read/write.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index ddf089f..a24e21f 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
CC = gcc
-FLAGS = -g -O0 -Wall -ggdb3
+FLAGS = -g -O0 -Wall -ggdb3 -Wno-parentheses
YACC = yacc
LEX = lex