use defines

This commit is contained in:
Matthew Thompson 2023-11-27 18:38:10 -05:00 committed by Thomas Jensen
parent d2c44c04e0
commit 2c904da505

View File

@ -102,7 +102,7 @@ flags_:
exit 1
parser.c parser.h: parser.y lex.yy.h | check_dir
$(YACC) -Wall --verbose --header=parser.h -o parser.c $<
$(YACC) -Wall --verbose --defines=parser.h -o parser.c $<
lex.yy.c lex.yy.h: lexer.l | check_dir
$(LEX) --header-file=lex.yy.h $<