mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00: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:
|
||||
while find src/ benchs/ -print0 | xargs -0 inotifywait -e delete_self -e modify ; do \
|
||||
echo "============ at `date` ==========" ; \
|
||||
make ; \
|
||||
make all; \
|
||||
done
|
||||
|
||||
.PHONY: examples push_doc tags qtest-gen qtest-clean devel update_next_tag
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue