mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
makefile: fix
This commit is contained in:
parent
89dac20da8
commit
d913dbc1b1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue