chore: makefile

This commit is contained in:
Simon Cruanes 2019-12-14 16:32:24 -06:00
parent 138047ef11
commit 264e89b198

View file

@ -48,4 +48,4 @@ reindent:
@find src '(' -name '*.ml' -or -name '*.mli' ')' -type f -print0 | xargs -0 echo "reindenting: "
@find src '(' -name '*.ml' -or -name '*.mli' ')' -type f -print0 | xargs -0 ocp-indent -i
.PHONY: all benchs test clean build doc update_next_tag watch
.PHONY: all benchs test clean build doc update_next_tag watch examples