mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
chore: makefile
This commit is contained in:
parent
ee2ea784ad
commit
65e876bebc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -77,7 +77,7 @@ reindent:
|
||||||
@find src '(' -name '*.ml' -or -name '*.mli' ')' -print0 | xargs -0 echo "reindenting: "
|
@find src '(' -name '*.ml' -or -name '*.mli' ')' -print0 | xargs -0 echo "reindenting: "
|
||||||
@find src '(' -name '*.ml' -or -name '*.mli' ')' -print0 | xargs -0 ocp-indent -i
|
@find src '(' -name '*.ml' -or -name '*.mli' ')' -print0 | xargs -0 ocp-indent -i
|
||||||
|
|
||||||
WATCH=@all
|
WATCH?=@all
|
||||||
watch:
|
watch:
|
||||||
dune build $(WATCH) -w $(OPTS)
|
dune build $(WATCH) -w $(OPTS)
|
||||||
#@dune build @all -w # TODO: once tests pass
|
#@dune build @all -w # TODO: once tests pass
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue