Reorder rules
authorMike Taylor <mike@indexdata.com>
Wed, 15 Oct 2014 14:56:54 +0000 (15:56 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 15 Oct 2014 14:56:54 +0000 (15:56 +0100)
Makefile

index 45b7db5..c623650 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,17 +14,17 @@ clean distclean:
        ${MAKE} -C./examples/htdocs $@
        ${MAKE} -C./test $@
 
+check: setup check-js phantomjs
+
+setup:
+       ${MAKE} -C./test node-modules
+
 check-js:
        ${MAKE} -C./test check
 
 phantomjs p p-all phantomjs-all jsb:
        ${MAKE} -C./test $@
 
-setup:
-       ${MAKE} -C./test node-modules
-
-check: setup check-js phantomjs
-
 help:
        @echo "make [ all | setup | clean | distclean ]"
        @echo "     [ check | check-js | phantomjs ]"