summaryrefslogtreecommitdiffstats
path: root/dependencies.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies.mk')
-rw-r--r--dependencies.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.mk b/dependencies.mk
index f32c7ad..764927d 100644
--- a/dependencies.mk
+++ b/dependencies.mk
@@ -5,7 +5,7 @@ _opam/init :
@pretty-echo.sh "Creating" "a local Opam switch"
@opam switch create . ${OCAML} --repos default,coq-released || true
@pretty-echo.sh "Installing" "OCaml dependencies"
- @opam install dune.3.7.1 coq-coqffi.1.0.0~beta7 coq-simple-io.1.5.0 soupault.4.2.0 coq.8.13.2 coq-compcert.3.8 coq-serapi -y
+ @opam install dune.3.7.1 coq-coqffi.1.0.0~beta7 coq-simple-io.1.5.0 soupault.4.2.0 coq.8.13.2 coq-compcert.3.8 coq-serapi mustache -y
@touch $@
CONFIGURE += _opam