mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
Temporary list of dependencies for objects
This commit is contained in:
parent
33be9edec7
commit
6333130537
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -48,4 +48,8 @@ all: gmqcc qcvm
|
|||
clean:
|
||||
rm -f *.o gmqcc qcvm
|
||||
|
||||
|
||||
$(OBJ) $(OBJ_C) $(OBJ_X): gmqcc.h
|
||||
main.o: lexer.h
|
||||
parser.o: ast.h lexer.h
|
||||
ast.o: ast.h ir.h
|
||||
ir.o: ir.h
|
||||
|
|
Loading…
Reference in a new issue