Cosmetic: print "Done." once build completes.

This commit is contained in:
Tony Garnock-Jones 2018-11-11 15:22:04 +00:00
parent 52f9da8cac
commit dbd9647c93
1 changed files with 1 additions and 1 deletions

2
all.do
View File

@ -1 +1 @@
for p in packages/*/; do echo $p/all; done | xargs redo-ifchange
(for p in packages/*/; do echo $p/all; done | xargs redo-ifchange) && (echo Done. >&2)