]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
use the correct STORE instruction, make pawn a local
[xonotic/gmqcc.git] / Makefile
index ba8f7984c01c2183ca1f1c5ea33107a179e73116..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
@@ -57,6 +57,6 @@ gmqcc: $(OBJ_C) $(OBJ)
 all: test gmqcc
 
 clean:
-       rm -f *.o gmqcc test_ast test_ir test/*.o
+       rm -f *.o gmqcc qcvm test_ast test_ir test/*.o