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?=
|
DUNE_OPTS?=
|
||||||
all:
|
build:
|
||||||
dune build @all $(DUNE_OPTS)
|
dune build @install $(DUNE_OPTS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@dune clean
|
@dune clean
|
||||||
|
|
@ -12,7 +12,7 @@ test:
|
||||||
doc:
|
doc:
|
||||||
@dune build $(DUNE_OPTS) @doc
|
@dune build $(DUNE_OPTS) @doc
|
||||||
|
|
||||||
WATCH?=@all
|
WATCH?= @check @runtest
|
||||||
watch:
|
watch:
|
||||||
dune build $(DUNE_OPTS) -w $(WATCH)
|
dune build $(DUNE_OPTS) -w $(WATCH)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue