mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
fixing Makefile for the qcvm_execprogram.h -> execloop.h commit
This commit is contained in:
parent
f50c82f0ad
commit
178dcb13aa
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -45,8 +45,8 @@ test_ir: $(OBJ_I) $(OBJ)
|
|||
$(CC) -o $@ $^ $(CFLAGS)
|
||||
qcvm: $(OBJ_X)
|
||||
$(CC) -o $@ $^ $(CFLAGS)
|
||||
exec.o: qcvm_execprogram.h
|
||||
exec-standalone.o: qcvm_execprogram.h
|
||||
exec.o: execloop.h
|
||||
exec-standalone.o: execloop.h
|
||||
test: test_ast test_ir
|
||||
|
||||
# compiler target
|
||||
|
|
Loading…
Reference in a new issue