From 563010bc7d2ad932b6096e90c048f8a6cdccef82 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 6 Oct 2019 13:12:28 -0400 Subject: Fix input/output to correct function names input/output created write/read respectively fixed to read/write. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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 -- cgit v1.1