From: Wolfram Schneider Date: Tue, 23 Sep 2014 12:01:00 +0000 (+0000) Subject: newline in help text X-Git-Tag: 1.0.0~324^2~15 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=10fc761a0a21fb37a18b67e57c209475be5ba8cd newline in help text --- diff --git a/Makefile b/Makefile index dcefe0d..9e91192 100644 --- a/Makefile +++ b/Makefile @@ -26,5 +26,6 @@ check: setup check-js phantomjs help: @echo "make [ all | setup | clean | distclean ]" @echo " [ check | check-js | phantomjs ]" + @echo "" @echo "If 'make check' timeout is too short, extend with: make check PHANTOMJS_TIMEOUT=40"