makefile: fix

This commit is contained in:
Simon Cruanes 2023-06-09 16:53:49 -04:00
parent 89dac20da8
commit d913dbc1b1
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -12,7 +12,7 @@ test:
doc: doc:
@dune build $(DUNE_OPTS) @doc @dune build $(DUNE_OPTS) @doc
WATCH?="@install @runtest" WATCH?= @install @runtest
watch: watch:
dune build $(DUNE_OPTS) -w $(WATCH) dune build $(DUNE_OPTS) -w $(WATCH)