mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-05 19:00:34 -05:00
makefile
This commit is contained in:
parent
be03f25cc0
commit
9e0b84ecfd
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -2,7 +2,7 @@
|
|||
all: build test
|
||||
|
||||
build:
|
||||
@dune build @all
|
||||
@dune build @install
|
||||
|
||||
test:
|
||||
@dune runtest --no-buffer --force
|
||||
|
|
@ -13,7 +13,7 @@ clean:
|
|||
doc:
|
||||
@dune build @doc
|
||||
|
||||
WATCH?=@all
|
||||
WATCH?= @install @runtest
|
||||
watch:
|
||||
@dune build $(WATCH )-w
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue