From 655c0ad7374686c3ce6a6ea66ad2724e4bb07d1e Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 8 Oct 2014 12:13:07 +0200 Subject: [PATCH] setup_environment.sh --- setup_environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_environment.sh b/setup_environment.sh index ae0471c9..085cef6a 100755 --- a/setup_environment.sh +++ b/setup_environment.sh @@ -41,7 +41,7 @@ then fi # Ocaml installation -make -C ocaml qp_create_ezfio_from_xyz.native +make -C ocaml Qptypes.ml if [[ $? -ne 0 ]] then scripts/fetch_from_web.py "https://raw.github.com/hcarty/ocamlbrew/master/ocamlbrew-install" ocamlbrew-install.sh