Makefile: lexer.o depends on lexer.h

This commit is contained in:
Wolfgang Bumiller 2012-12-22 20:43:59 +01:00
parent 77639bb21d
commit aef7ff87fc

View file

@ -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