mte/unikernel/duniverse/lwt-dllist/Makefile

14 lines
109 B
Makefile
Raw Normal View History

2025-11-11 02:07:51 +01:00
.PHONY: clean doc all test
all:
dune build
doc:
dune build @doc
clean:
dune clean
test:
dune runtest