Makefile: ftepp.o: lexer.h

This commit is contained in:
Wolfgang Bumiller 2013-01-02 15:05:52 +01:00
parent 359ba5f728
commit 14593ce789

View file

@ -105,6 +105,7 @@ clean:
$(OBJ_D) $(OBJ_C) $(OBJ_X): gmqcc.h opts.def
main.o: lexer.h
parser.o: ast.h lexer.h
ftepp.o: lexer.h
lexer.o: lexer.h
ast.o: ast.h ir.h
ir.o: ir.h