chore: makefile

This commit is contained in:
Simon Cruanes 2022-07-30 23:58:18 -04:00
parent ee2ea784ad
commit 65e876bebc
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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