mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-06 11:15:44 -05:00
chore: modify makefile
This commit is contained in:
parent
4fcc1470e4
commit
ca83aa49ee
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -2,7 +2,7 @@
|
||||||
all: build test
|
all: build test
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@dune build @install
|
@dune build @all
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@dune runtest --no-buffer --force
|
@dune runtest --no-buffer --force
|
||||||
|
|
@ -14,6 +14,6 @@ doc:
|
||||||
@dune build @doc
|
@dune build @doc
|
||||||
|
|
||||||
watch:
|
watch:
|
||||||
@dune build @install -w
|
@dune build @all -w
|
||||||
|
|
||||||
.PHONY: test watch
|
.PHONY: all build test watch
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue