This commit is contained in:
Simon Cruanes 2015-12-14 14:48:19 +01:00
parent b8e2db95df
commit 73cb338ba9

View file

@ -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