summaryrefslogtreecommitdiff
path: root/Makefile
blob: c44454e9641b5abe25b34bd743155ffda9e67581 (plain)
1
2
3
4
5
all:
	dune build src/main.exe && dune exec src/main.exe

doc:
	dune build @doc