Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e2014396 authored by POTTIER Francois's avatar POTTIER Francois
Browse files

[make setup]: do not automatically invoke [make -C fuzz setup].

parent ea4c2034
No related branches found
No related tags found
No related merge requests found
...@@ -43,12 +43,19 @@ all: ...@@ -43,12 +43,19 @@ all:
# [make setup] installs the packages that we need in whatever opam # [make setup] installs the packages that we need in whatever opam
# switch is currently active. # switch is currently active.
# Installing ocamlfind and monolith in the current switch is not
# necessary for [make] nor [make test]; but it is necessary for
# [make -C fuzz setup].
# We do not invoke [make -C fuzz setup] here, because it is costly
# (it can create a new switch) and is useful only to people who
# wish to run [make test].
.PHONY: setup .PHONY: setup
setup: setup:
opam install \ opam install \
"dune>=2.0" "cppo" "pprint>=20200410" "seq" "odoc" \ "dune>=2.0" "cppo" "pprint>=20200410" "seq" "odoc" \
"monolith" "ocamlfind" "monolith" "ocamlfind"
make -C fuzz setup
.PHONY: merlin .PHONY: merlin
merlin: merlin:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment