mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
add make watch target
This commit is contained in:
parent
41beb03dd0
commit
fb484c6e81
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -128,4 +128,10 @@ devel:
|
|||
--enable-bigarray --enable-thread --enable-advanced
|
||||
make all
|
||||
|
||||
watch:
|
||||
while find src/ -print0 | xargs -0 inotifywait -e delete_self -e modify ; do \
|
||||
echo "============ at `date` ==========" ; \
|
||||
make ; \
|
||||
done
|
||||
|
||||
.PHONY: examples push_doc tags qtest-gen qtest-clean devel update_next_tag
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue