mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-06 03:05:31 -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
|
all: build test
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@dune build @all
|
@dune build @install
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@dune runtest --no-buffer --force
|
@dune runtest --no-buffer --force
|
||||||
|
|
@ -13,7 +13,7 @@ clean:
|
||||||
doc:
|
doc:
|
||||||
@dune build @doc
|
@dune build @doc
|
||||||
|
|
||||||
WATCH?=@all
|
WATCH?= @install @runtest
|
||||||
watch:
|
watch:
|
||||||
@dune build $(WATCH )-w
|
@dune build $(WATCH )-w
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue