From ea4c203495b96fdd1330ed35b5cd70b6bc906ea7 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:48:06 +0100 Subject: [PATCH] Include Makefile.monolith only if it can be found. --- fuzz/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fuzz/Makefile b/fuzz/Makefile index 2ab8148..d1cbba3 100644 --- a/fuzz/Makefile +++ b/fuzz/Makefile @@ -1,5 +1,7 @@ SWITCH := 4.11.1+afl EXE := src/Main.exe + + # 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 +-include $(shell ocamlfind query monolith)/Makefile.monolith -- GitLab