mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-06 03:05:31 -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
|
||||
|
||||
build:
|
||||
@dune build @install
|
||||
@dune build @all
|
||||
|
||||
test:
|
||||
@dune runtest --no-buffer --force
|
||||
|
|
@ -14,6 +14,6 @@ doc:
|
|||
@dune build @doc
|
||||
|
||||
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