From 633313053709f0a156afb7f05892b6e67b2fac4a Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Sat, 17 Nov 2012 10:43:50 +0100 Subject: [PATCH] Temporary list of dependencies for objects --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2