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