summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-05 21:54:10 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2014-01-05 21:54:10 +0100
commit93975bf86887d997f49705b8535c896bc9130467 (patch)
tree1f9ba92448e0cb8fef8ea51f36ea5412b5d37218
parent7ede04f410c1df7cfe3e96e4101db1570c2a16ae (diff)
downloadLPC-Projet-93975bf86887d997f49705b8535c896bc9130467.tar.gz
LPC-Projet-93975bf86887d997f49705b8535c896bc9130467.zip
Makefile update
-rw-r--r--src/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index e9cde1c..c7ff839 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,9 +4,8 @@ all: $(BIN)
$(BIN): main.ml ast.ml parser.mly lexer.mll pretty.ml typing.ml pretty_typing.ml
ocamlbuild main.byte
- mv main.byte minic++
+ mv main.byte $(BIN)
clean:
rm -r _build
- rm main.byte
rm $(BIN)