;site: make site a little less verbosely

[ci skip]
This commit is contained in:
Simon Michael 2019-08-25 08:47:09 -07:00
parent 5b89cfad23
commit 7ff0fe738b

View File

@ -776,7 +776,7 @@ site: \
&& echo 'Please run "make Shake" first (manual compilation of Shake.hs is required)' \
|| ( \
echo; \
./Shake hledgerorg -VVV \
./Shake hledgerorg -VV \
) 2>&1 | tee -a site.log
###############################################################################