Skip to content

Commit

Permalink
Oops typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Crushy committed Jun 5, 2014
1 parent 6785d77 commit bf8a104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all : lex.yy.c y.tab.c ast.c symbols.c
$(CC) $(CFLAGS) -o $(name) y.tab.c lex.yy.c structures.c ast.c symbols.c semantics.c codeGen.c -ll -ly

lex.yy.c : ijscanner.l
lex $(name).l
Flex $(name).l

y.tab.c:
bison -d -y -r all $(name).y
Expand Down

0 comments on commit bf8a104

Please sign in to comment.