From 48354a0d85923da10586a45e282ef15ad14e04fa Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 16 Oct 2014 09:03:17 +0000 Subject: [PATCH 1/1] use $@ for check-js --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c623650..cb4d8f6 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ setup: ${MAKE} -C./test node-modules check-js: - ${MAKE} -C./test check + ${MAKE} -C./test $@ phantomjs p p-all phantomjs-all jsb: ${MAKE} -C./test $@ -- 1.7.10.4