diff --git a/fuzz/Makefile b/fuzz/Makefile index 2ab814883723e681cdfd8a7873d2d7623e4d351e..d1cbba332466f94b190317b63527e2ea8a9bc47a 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