Remove vacuous comment.
[mkws-moved-to-github.git] / Makefile
index 8d73145..7911392 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ all:
        ${MAKE} -C./test node-modules
        ${MAKE} -C./src
        ${MAKE} -C./doc
+       ${MAKE} -C./examples/htdocs
 
 clean distclean:
        ${MAKE} -C./src $@
@@ -20,7 +21,6 @@ check-js:
 phantomjs p p-all phantomjs-all jsb:
        ${MAKE} -C./test $@
 
-# must be called once after GIT checkout
 setup:
        ${MAKE} -C./test node-modules