From: Mike Taylor Date: Mon, 22 Sep 2014 12:55:34 +0000 (+0200) Subject: Add extra line to "make help" output, for slow Internet connections: X-Git-Tag: 1.0.0~324^2~25^2~5 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=788c90d9fac4106b1e8e66e9a2039ad0dc9a8bda;hp=a89f7061db9e8f57087d6445eef11824e40a9aad Add extra line to "make help" output, for slow Internet connections: If 'make check' timeout is too short, extend with: make check PHANTOMJS_TIMEOUT=40 --- diff --git a/Makefile b/Makefile index dc14855..ebcb40d 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,5 @@ check: setup check-js phantomjs help: @echo "make [ all | setup | clean | distclean ]" @echo " [ check | check-js | phantomjs ]" + @echo "If 'make check' timeout is too short, extend with: make check PHANTOMJS_TIMEOUT=40"