mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
makefile
This commit is contained in:
parent
9261e654e7
commit
fd760d44a3
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -30,9 +30,9 @@ update_next_tag:
|
||||||
sed -i "s/NEXT_VERSION/$(VERSION)/g" $(wildcard src/**/*.ml) $(wildcard src/**/*.mli)
|
sed -i "s/NEXT_VERSION/$(VERSION)/g" $(wildcard src/**/*.ml) $(wildcard src/**/*.mli)
|
||||||
sed -i "s/NEXT_RELEASE/$(VERSION)/g" $(wildcard src/**/*.ml) $(wildcard src/**/*.mli)
|
sed -i "s/NEXT_RELEASE/$(VERSION)/g" $(wildcard src/**/*.ml) $(wildcard src/**/*.mli)
|
||||||
|
|
||||||
WATCH?="@src/all @tests/runtest"
|
WATCH?=@src/all @tests/runtest
|
||||||
watch:
|
watch:
|
||||||
@dune build "$(WATCH)" -w
|
@dune build $(WATCH) -w
|
||||||
|
|
||||||
reindent:
|
reindent:
|
||||||
@which ocp-indent || ( echo "require ocp-indent" ; exit 1 )
|
@which ocp-indent || ( echo "require ocp-indent" ; exit 1 )
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue