mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-23 11:11:22 +00:00
Makefile: ftepp.o: lexer.h
This commit is contained in:
parent
359ba5f728
commit
14593ce789
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -105,6 +105,7 @@ clean:
|
|||
$(OBJ_D) $(OBJ_C) $(OBJ_X): gmqcc.h opts.def
|
||||
main.o: lexer.h
|
||||
parser.o: ast.h lexer.h
|
||||
ftepp.o: lexer.h
|
||||
lexer.o: lexer.h
|
||||
ast.o: ast.h ir.h
|
||||
ir.o: ir.h
|
||||
|
|
Loading…
Reference in a new issue