This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
24
unikernel/duniverse/httpun/Makefile
Normal file
24
unikernel/duniverse/httpun/Makefile
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.PHONY: all build clean test examples
|
||||
|
||||
build:
|
||||
dune build @install
|
||||
|
||||
all: build
|
||||
|
||||
test:
|
||||
dune runtest --no-buffer
|
||||
|
||||
examples:
|
||||
dune build @examples
|
||||
|
||||
watch:
|
||||
dune build {httpun,httpun-async,httpun-lwt-unix}.install @runtest --watch
|
||||
|
||||
install:
|
||||
dune install
|
||||
|
||||
uninstall:
|
||||
dune uninstall
|
||||
|
||||
clean:
|
||||
rm -rf _build *.install
|
||||
Loading…
Add table
Add a link
Reference in a new issue