mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
chore: makefile
This commit is contained in:
parent
138047ef11
commit
264e89b198
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue