summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2013-12-05 22:52:11 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2013-12-05 22:52:11 +0100
commitcdc464d57821ef3061f485b37c60dee8ee9af021 (patch)
tree361b3f0a171cf9b36ef979b54cd2e1e070b3bcda /src/Makefile
parenta60e8a8eabde116cc3da920b637bc4f6f5b8b17c (diff)
downloadLPC-Projet-cdc464d57821ef3061f485b37c60dee8ee9af021.tar.gz
LPC-Projet-cdc464d57821ef3061f485b37c60dee8ee9af021.zip
Meilleur gestion des erreurs.
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 30526f5..f045726 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -5,7 +5,7 @@ all: $(BIN)
$(BIN): main.byte
cp main.byte minic++
-main.byte: main.ml ast.ml parser.mly lexer.mll pretty.ml
+main.byte: main.ml ast.ml parser.mly lexer.mll pretty.ml typing.ml pretty_typing.ml
ocamlbuild main.byte
clean: