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://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=8e9b0d482108ec18766fa72198ffa771577dc819;p=mkws-moved-to-github.git 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 ]"