This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
21
unikernel/duniverse/ocaml-h1/Makefile
Normal file
21
unikernel/duniverse/ocaml-h1/Makefile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.PHONY: all build clean test examples
|
||||
|
||||
build:
|
||||
dune build @install
|
||||
|
||||
all: build
|
||||
|
||||
test:
|
||||
dune runtest
|
||||
|
||||
watch:
|
||||
dune build {h1,h1-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