watch target should build all

This commit is contained in:
Simon Cruanes 2016-04-18 11:20:24 +02:00
parent e2bc0cf55a
commit 037f169044

View file

@ -131,7 +131,7 @@ devel:
watch: watch:
while find src/ benchs/ -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 all; \
done done
.PHONY: examples push_doc tags qtest-gen qtest-clean devel update_next_tag .PHONY: examples push_doc tags qtest-gen qtest-clean devel update_next_tag