From: Wolfram Schneider Date: Wed, 8 Jan 2014 13:16:54 +0000 (+0000) Subject: run 'setup' before calling check-js X-Git-Tag: 1.0.0~1725 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=8e9b0d482108ec18766fa72198ffa771577dc819;hp=6c7d7ffd9612ae605864a86532375ac14fe5a80d run 'setup' before calling check-js --- diff --git a/Makefile b/Makefile index 4b368d3..8064965 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ setup: pz2api-git-checkout ${MAKE} -C./examples/htdocs jasmine-links ${MAKE} -C./test node-modules -check: all +check: setup check-js help: @echo "make [ all | setup | clean | distclean ]"