aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 72679de..0ba1dd0 100644
--- a/makefile
+++ b/makefile
@@ -24,10 +24,10 @@ scope.o: scope.c headers
node.o: node.c headers
$(CC) $(FLAGS) -c node.c
-y.tab.o: y.tab.c
+y.tab.o: y.tab.c headers
$(CC) $(FLAGS) -c y.tab.c
-lex.yy.o: lex.yy.c
+lex.yy.o: lex.yy.c headers
$(CC) $(FLAGS) -c lex.yy.c
y.tab.c: pc.y