This commit is contained in:
Simon Cruanes 2017-12-28 19:12:32 +01:00
parent b3e9b640f0
commit d4646ffd63

View file

@ -60,7 +60,7 @@ reindent: ocp-indent
WATCH=all
watch:
while find src/ -print0 | xargs -0 inotifywait -e delete_self -e modify ; do \
while find src/ tests/ -print0 | xargs -0 inotifywait -e delete_self -e modify ; do \
echo "============ at `date` ==========" ; \
make $(WATCH); \
done