]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commitdiff
Temporary list of dependencies for objects
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 17 Nov 2012 09:43:50 +0000 (10:43 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 17 Nov 2012 09:46:23 +0000 (10:46 +0100)
Makefile

index 6b2ef6c6486ed1828487206f91e54e769ae4dcc5..c17e7b4689a025f7a5f3234fc5cb26a0ce16fb82 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,4 +48,8 @@ all: gmqcc qcvm
 clean:
        rm -f *.o gmqcc qcvm
        
-
+$(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