From 60afd17f51bc15184a7d59f29549318c90a7242a Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 10 Jul 2014 12:16:39 +0000 Subject: [PATCH] add alias phantomjs-all DEBUG=0 make -s phantomjs-all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index add2879..e80e8e3 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ clean distclean: check-js: ${MAKE} -C./test check -phantomjs p p-all jsb: +phantomjs p p-all phantomjs-all jsb: ${MAKE} -C./test $@ # must be called once after GIT checkout -- 1.7.10.4