
bin:
	@dune build ocp_checker.exe
	@cp ../../../_build/default/rsc/extra/ocpchecker/ocp_checker.exe ocp-checker

clean:
	rm -f ocp-checker
