From aef7ff87fc55a4c22b2fe75eabd8b4f0045dbcd7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Sat, 22 Dec 2012 20:43:59 +0100 Subject: [PATCH] Makefile: lexer.o depends on lexer.h --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0d1cee7..020d40b 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ clean: $(OBJ_D) $(OBJ_C) $(OBJ_X): gmqcc.h opts.def main.o: lexer.h parser.o: ast.h lexer.h +lexer.o: lexer.h ast.o: ast.h ir.h ir.o: ir.h -- 2.39.2