;site: make site runs shake verbosely

[ci skip]
This commit is contained in:
Simon Michael 2019-08-25 06:26:52 -07:00
parent cea86260c9
commit 5b89cfad23

View File

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