Mentions légales du service

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

Try to fix [make setup], again.

parent f1f72bee
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,9 @@ all: ...@@ -45,7 +45,9 @@ all:
.PHONY: setup .PHONY: setup
setup: setup:
opam install "dune>=2.0" "cppo" "pprint>=20200410" "seq" "odoc" "monolith" opam install \
"dune>=2.0" "cppo" "pprint>=20200410" "seq" "odoc" \
"monolith" "ocamlfind"
make -C fuzz setup make -C fuzz setup
.PHONY: merlin .PHONY: merlin
......
SWITCH := 4.11.1+afl SWITCH := 4.11.1+afl
EXE := src/Main.exe EXE := src/Main.exe
# This line is somewhat problematic, as it assumes that monolith # This line is somewhat problematic, as it assumes that ocamlfind and
# is installed in the *current* switch, whatever it is. # monolith are installed in the current switch, whatever it is.
include $(shell ocamlfind query monolith)/Makefile.monolith include $(shell ocamlfind query monolith)/Makefile.monolith
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