mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-20 20:58:35 +01:00
use defines
This commit is contained in:
parent
d2c44c04e0
commit
2c904da505
@ -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 $<
|
||||
|
Loading…
Reference in New Issue
Block a user