mte/unikernel/duniverse/metrics/Makefile

11 lines
82 B
Makefile
Raw Normal View History

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