mte/unikernel/duniverse/digestif/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
test:
dune runtest
clean:
dune clean