fixing Makefile for the qcvm_execprogram.h -> execloop.h commit

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-06-27 22:04:02 +02:00
parent f50c82f0ad
commit 178dcb13aa

View file

@ -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