From 788c90d9fac4106b1e8e66e9a2039ad0dc9a8bda Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 22 Sep 2014 14:55:34 +0200 Subject: [PATCH] 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) 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" -- 1.7.10.4