Ignore vim swap files.
[mkws-moved-to-github.git] / Makefile
index b3e4fab..9504c36 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,16 +13,17 @@ clean distclean:
 check-js:
        ${MAKE} -C./test check
 
-phantomjs:
+phantomjs p:
        ${MAKE} -C./test $@
 
 # must be called once after GIT checkout
 setup: 
 #why?  ${MAKE} -C./tools/htdocs mkws-js-min
-       ${MAKE} -C./examples/htdocs jasmine-links
        ${MAKE} -C./test node-modules
 
 check: setup check-js
+       @echo ""
+       @echo "To run jasmine regression tests, type: make phantomjs"
 
 help:
        @echo "make [ all | setup | clean | distclean ]"