make runs in examples/htdocs
[mkws-moved-to-github.git] / Makefile
index e3dea3a..0bb0e95 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,10 @@ all:
        ${MAKE} -C./test node-modules
        ${MAKE} -C./src
        ${MAKE} -C./doc
+       ${MAKE} -C./examples/htdocs
 
 clean distclean:
-       ${MAKE} -C./tools/htdocs $@
+       ${MAKE} -C./src $@
        ${MAKE} -C./doc $@
        ${MAKE} -C./examples/htdocs $@
        ${MAKE} -C./test $@