aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2fec1a..62f1da9 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ db:
cibic: lex.yy.o cibic.tab.o ast.o main.o semantics.o
gcc -o cibic lex.yy.o cibic.tab.o ast.o main.o semantics.o
-lex.yy.o: lex.yy.c
+lex.yy.o: lex.yy.c cibic.tab.c
gcc -c lex.yy.c
cibic.tab.o: cibic.tab.c
gcc -c cibic.tab.c