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

10 lines
95 B
Makefile

.PHONY: all clean test
all:
dune build
test:
dune runtest
clean:
rm -rf _build *.install