makefile: change default watch target

This commit is contained in:
Simon Cruanes 2023-06-09 16:08:21 -04:00
parent b6db37fab0
commit fdb0f5c4e9
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?=@all WATCH?="@install @runtest"
watch: watch:
dune build $(DUNE_OPTS) -w $(WATCH) dune build $(DUNE_OPTS) -w $(WATCH)