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