mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 22:11:07 +01:00
Remove preproc troubleshooting file parser.p #82
It was useful for checking what the pre-processor did to the parser.c file, but as this invocation caused problems on macos, we can leave it out.
This commit is contained in:
parent
28e5cef58d
commit
b90475eb2c
@ -85,7 +85,6 @@ flags_:
|
||||
|
||||
parser.c parser.h: parser.y lex.yy.h | check_dir
|
||||
$(YACC) --warnings=all --verbose --defines=parser.h --output=parser.c $<
|
||||
cpp -I. -I$(SRC_DIR) -P parser.c parser.p
|
||||
|
||||
lex.yy.c lex.yy.h: lexer.l | check_dir
|
||||
$(LEX) --header-file=lex.yy.h $<
|
||||
|
Loading…
Reference in New Issue
Block a user