index
:
cibic
C Implemented Bare and Ingenuous Compiler
log msg
author
committer
range
complex_cast
complex_pointer
location_tracking
master
mips
new_scope_design
optimization
reg
semantics
ssa
typedef
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
Makefile
2
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