From: Wolfgang (Blub) Bumiller Date: Wed, 27 Jun 2012 20:04:02 +0000 (+0200) Subject: fixing Makefile for the qcvm_execprogram.h -> execloop.h commit X-Git-Tag: 0.1-rc1~371^2~5 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=178dcb13aa9a20a07466c9c041360b48089ebcbd;p=xonotic%2Fgmqcc.git fixing Makefile for the qcvm_execprogram.h -> execloop.h commit --- diff --git a/Makefile b/Makefile index 81d0e71..75d4921 100644 --- a/Makefile +++ b/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