mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
watch target should build all
This commit is contained in:
parent
e2bc0cf55a
commit
037f169044
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -131,7 +131,7 @@ devel:
|
||||||
watch:
|
watch:
|
||||||
while find src/ benchs/ -print0 | xargs -0 inotifywait -e delete_self -e modify ; do \
|
while find src/ benchs/ -print0 | xargs -0 inotifywait -e delete_self -e modify ; do \
|
||||||
echo "============ at `date` ==========" ; \
|
echo "============ at `date` ==========" ; \
|
||||||
make ; \
|
make all; \
|
||||||
done
|
done
|
||||||
|
|
||||||
.PHONY: examples push_doc tags qtest-gen qtest-clean devel update_next_tag
|
.PHONY: examples push_doc tags qtest-gen qtest-clean devel update_next_tag
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue