diff --git a/Makefile b/Makefile index 5f51b3042..5ddd11301 100644 --- a/Makefile +++ b/Makefile @@ -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 ###############################################################################