mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
chore: makefile
This commit is contained in:
parent
ae7b1aef48
commit
58596a9bd5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -30,7 +30,7 @@ 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/check @tests/runtest
|
||||||
watch:
|
watch:
|
||||||
@dune build $(WATCH) -w
|
@dune build $(WATCH) -w
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue