From dda13b802da8076949b8c00a7ecb926fa036ec52 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 16 Sep 2014 10:48:52 +0000 Subject: [PATCH] setup depends on all target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e80e8e3..dc14855 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ phantomjs p p-all phantomjs-all jsb: ${MAKE} -C./test $@ # must be called once after GIT checkout -setup: +setup: all ${MAKE} -C./test node-modules check: setup check-js phantomjs -- 1.7.10.4