mte/unikernel/duniverse/lwt-dllist/Makefile
2025-11-11 02:07:51 +01:00

13 lines
109 B
Makefile

.PHONY: clean doc all test
all:
dune build
doc:
dune build @doc
clean:
dune clean
test:
dune runtest