From d913dbc1b180db0761e67ca0e1670afc15cabc53 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 9 Jun 2023 16:53:49 -0400 Subject: [PATCH] makefile: fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30bbc57..a992a93 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ test: doc: @dune build $(DUNE_OPTS) @doc -WATCH?="@install @runtest" +WATCH?= @install @runtest watch: dune build $(DUNE_OPTS) -w $(WATCH)