mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
Fix object dependency: OBJ -> OBJ_D so they all depend on gmqcc.h again properly
This commit is contained in:
parent
915c002be4
commit
145c011247
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -84,7 +84,7 @@ clean:
|
|||
rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) *.dat
|
||||
|
||||
# deps
|
||||
$(OBJ) $(OBJ_C) $(OBJ_X): gmqcc.h opts.def
|
||||
$(OBJ_D) $(OBJ_C) $(OBJ_X): gmqcc.h opts.def
|
||||
main.o: lexer.h
|
||||
parser.o: ast.h lexer.h
|
||||
ast.o: ast.h ir.h
|
||||
|
|
Loading…
Reference in a new issue