mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-10 05:03:58 -05:00
makefile
This commit is contained in:
parent
e820cb83ea
commit
72dc4414bb
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
DUNE_OPTS?=
|
||||
all:
|
||||
dune build @all $(DUNE_OPTS)
|
||||
build:
|
||||
dune build @install $(DUNE_OPTS)
|
||||
|
||||
clean:
|
||||
@dune clean
|
||||
|
|
@ -12,7 +12,7 @@ test:
|
|||
doc:
|
||||
@dune build $(DUNE_OPTS) @doc
|
||||
|
||||
WATCH?=@all
|
||||
WATCH?= @check @runtest
|
||||
watch:
|
||||
dune build $(DUNE_OPTS) -w $(WATCH)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue