summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-05 22:19:05 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-05 22:19:05 +0100
commit3609c824b6b0b085cab0a1d839c08b362343abf3 (patch)
tree6c12f1a3314d0f98cd1dfee2a441a0ba57954ff5 /src
parentf22f13c56832da810e297039f858f8b129661a4b (diff)
downloadLPC-Projet-3609c824b6b0b085cab0a1d839c08b362343abf3.tar.gz
LPC-Projet-3609c824b6b0b085cab0a1d839c08b362343abf3.zip
Update makefile
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 51b57aa..619fac9 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.native
mv main.native $(BIN)