This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
22
unikernel/duniverse/ocaml-h2/Makefile
Normal file
22
unikernel/duniverse/ocaml-h2/Makefile
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.PHONY: all build clean test
|
||||
|
||||
build:
|
||||
esy b dune build @install
|
||||
|
||||
all: build
|
||||
|
||||
test:
|
||||
esy b dune runtest --no-buffer
|
||||
|
||||
slow-test:
|
||||
esy b dune build @slowtests --no-buffer
|
||||
|
||||
install:
|
||||
esy b dune install
|
||||
|
||||
uninstall:
|
||||
esy b dune uninstall
|
||||
|
||||
clean:
|
||||
rm -rf _build *.install
|
||||
esy b dune clean
|
||||
Loading…
Add table
Add a link
Reference in a new issue