$OpenBSD: patch-ocamldeps_sedlex_Makefile,v 1.1 2020/02/22 02:36:28 thfr Exp $

Make dune build verbose

Index: ocamldeps/sedlex/Makefile
--- ocamldeps/sedlex/Makefile.orig
+++ ocamldeps/sedlex/Makefile
@@ -7,7 +7,7 @@ INSTALL_ARGS := $(if $(PREFIX),--prefix $(PREFIX),)
 .PHONY: build install uninstall clean doc test all
 
 build:
-	dune build @install
+	dune build @install --verbose
 
 install:
 	dune install $(INSTALL_ARGS)
