mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
makefile
This commit is contained in:
parent
b8e2db95df
commit
73cb338ba9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -129,7 +129,7 @@ devel:
|
|||
make all
|
||||
|
||||
watch:
|
||||
while find src/ -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` ==========" ; \
|
||||
make ; \
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue