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

10 lines
82 B
Makefile

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