This commit is contained in:
Simon Cruanes 2017-12-28 19:12:32 +01:00 committed by Guillaume Bury
parent 2b1bef9e3c
commit 797e1b86fe

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