From c1f7222a3d118429b81ec9c289d5cd14c4cc4ff0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franc=CC=A7ois=20Pottier?= <francois.pottier@inria.fr>
Date: Fri, 7 Jan 2022 10:03:43 +0100
Subject: [PATCH] Try to fix [make setup], again.

---
 Makefile      | 4 +++-
 fuzz/Makefile | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 02b16e4..8eef36a 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,9 @@ all:
 
 .PHONY: 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
 
 .PHONY: merlin
diff --git a/fuzz/Makefile b/fuzz/Makefile
index 3dd0990..2ab8148 100644
--- a/fuzz/Makefile
+++ b/fuzz/Makefile
@@ -1,5 +1,5 @@
 SWITCH := 4.11.1+afl
 EXE := src/Main.exe
-# This line is somewhat problematic, as it assumes that monolith
-# is installed in the *current* switch, whatever it is.
+# This line is somewhat problematic, as it assumes that ocamlfind and
+# monolith are installed in the current switch, whatever it is.
 include $(shell ocamlfind query monolith)/Makefile.monolith
-- 
GitLab