X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=7911392c0e7ec9c984b665809565a53cf88e86bc;hp=e3dea3aeed4328147f5cb94feb7dd2c95b94d242;hb=184ab14937ca310e83cc36261753babb47b18af1;hpb=23fbc9b73a9f01cb8480604964e6fcf0e1c9307b diff --git a/Makefile b/Makefile index e3dea3a..7911392 100644 --- 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 $@ @@ -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