.PHONY: build clean test

build:
	dune build

test:
	dune runtest

install:
	dune install

clean:
	dune clean
