Skip to content

Commit

Permalink
chore: makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 14, 2019
1 parent 138047e commit 264e89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 264e89b

Please sign in to comment.