]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
fixing Makefile for the qcvm_execprogram.h -> execloop.h commit
[xonotic/gmqcc.git] / Makefile
index 81d0e71429317756aad47679435c83d4f55716d1..75d4921ea0c2067ed9260b06d50ff7de7c69c417 100644 (file)
--- 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