summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2013-12-25 23:19:14 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2013-12-25 23:19:14 +0100
commit62d931b6b52bbb952a2c280823dcc8bb5bd591bd (patch)
tree1afdbb73acd089f7b38ec47ea4f2d4047e549bde /src/Makefile
parent7ede04f410c1df7cfe3e96e4101db1570c2a16ae (diff)
downloadLPC-Projet-62d931b6b52bbb952a2c280823dcc8bb5bd591bd.tar.gz
LPC-Projet-62d931b6b52bbb952a2c280823dcc8bb5bd591bd.zip
Begin code generation (many bugs...)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index e9cde1c..529ad64 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,7 +2,7 @@ BIN=minic++
all: $(BIN)
-$(BIN): main.ml ast.ml parser.mly lexer.mll pretty.ml typing.ml pretty_typing.ml
+$(BIN): main.ml ast.ml parser.mly lexer.mll pretty.ml typing.ml pretty_typing.ml codegen.ml
ocamlbuild main.byte
mv main.byte minic++