mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 02:40:56 +00:00
Makefile: lexer.o depends on lexer.h
This commit is contained in:
parent
77639bb21d
commit
aef7ff87fc
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -89,6 +89,7 @@ clean:
|
|||
$(OBJ_D) $(OBJ_C) $(OBJ_X): gmqcc.h opts.def
|
||||
main.o: lexer.h
|
||||
parser.o: ast.h lexer.h
|
||||
lexer.o: lexer.h
|
||||
ast.o: ast.h ir.h
|
||||
ir.o: ir.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue