From c81d10426f477e45b3cfb763e990e525503f35bf Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 18 Aug 2021 12:43:48 -0400 Subject: [PATCH] chore: makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20a33b56..9f9d1e13 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ reindent: WATCH=@all watch: - @dune build $(WATCH) -w $(OPTS) --profile=release + @dune build $(WATCH) -w $(OPTS) #@dune build @all -w # TODO: once tests pass .PHONY: clean doc all bench install uninstall remove reinstall bin test