From: Wolfgang (Blub) Bumiller Date: Sat, 17 Nov 2012 09:43:50 +0000 (+0100) Subject: Temporary list of dependencies for objects X-Git-Tag: 0.1~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=633313053709f0a156afb7f05892b6e67b2fac4a;p=xonotic%2Fgmqcc.git Temporary list of dependencies for objects --- diff --git a/Makefile b/Makefile index 6b2ef6c..c17e7b4 100644 --- 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