diff --git a/makefile b/makefile index 3e29e66..f0568e2 100644 --- a/makefile +++ b/makefile @@ -36,7 +36,7 @@ CC = gcc -g -Wall -pedantic #YFLAGS = -d -S #YACC = bison -d -y YACC = yacc -d - # -S uses sprintf in yacc parser instead of sprint +# -S uses sprintf in yacc parser instead of sprint OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o