diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2019-10-06 13:12:28 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-10-06 14:39:21 -0400 |
commit | 563010bc7d2ad932b6096e90c048f8a6cdccef82 (patch) | |
tree | e30f9cac2cd28ab3522fb21b74204342b35e3530 /makefile | |
parent | 6524b096a1e38bbb7f0645f410af348211e8349d (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-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC = gcc -FLAGS = -g -O0 -Wall -ggdb3 +FLAGS = -g -O0 -Wall -ggdb3 -Wno-parentheses YACC = yacc LEX = lex |