mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
Adding opts.def as dep to everything which has gmqcc.h as dep
This commit is contained in:
parent
6fc00e523d
commit
a9a41a786e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -57,7 +57,7 @@ clean:
|
|||
rm -f *.o gmqcc qcvm testsuite *.dat
|
||||
|
||||
|
||||
$(OBJ) $(OBJ_C) $(OBJ_X): gmqcc.h
|
||||
$(OBJ) $(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