]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Merge branch 'master' into test-suite
[xonotic/gmqcc.git] / Makefile
index dca380612a3d92c036442d6775dcd66746e3498a..c261b4e687b41aaeac5b757df03d4b54b3912eff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,4 +56,8 @@ all: gmqcc qcvm test
 clean:
        rm -f *.o gmqcc qcvm test *.dat
        
-
+$(OBJ) $(OBJ_C) $(OBJ_X): gmqcc.h
+main.o: lexer.h
+parser.o: ast.h lexer.h
+ast.o: ast.h ir.h
+ir.o: ir.h