mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15: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
|
make all
|
||||||
|
|
||||||
watch:
|
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` ==========" ; \
|
echo "============ at `date` ==========" ; \
|
||||||
make ; \
|
make ; \
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue