mte/unikernel/duniverse/bigstringaf/Makefile

19 lines
176 B
Makefile
Raw Normal View History

2025-11-11 02:07:51 +01:00
.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