diff --git a/Makefile b/Makefile index 8b1c054dc..05f0d2922 100644 --- a/Makefile +++ b/Makefile @@ -710,7 +710,7 @@ site-livereload: \ .PHONY: site site: \ $(call def-help,site, update the hledger.org website (run on prod) ) - @[[ ! -x Shake ]] \ + @[ ! -x Shake ] \ && echo 'Please run "make Shake" first (manual compilation of Shake.hs is required)' \ || ( \ echo; \