summaryrefslogtreecommitdiff
path: root/Makefile
blob: 391a9ee76380616f70dccde8a0b2941e031e00cd (plain)
1
2
3
4
5
6
7
8
all:
	dune build src/main.exe && \
	dune exec src/main.exe > tests/trace_current.txt && \
	cmp tests/trace_reference.txt tests/trace_current.txt && \
	rm tests/trace_current.txt

doc:
	dune build @doc