X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=0bb0e95cfb59f4e9627edcd8d6c7a33436568a63;hp=322bd9e612c5f8b8b816da7b193336695c05f803;hb=259678db25effef592344ba29a4290e5d21b10aa;hpb=8111bf5133e4335ae1b14a79470d44b4c7003ce0 diff --git a/Makefile b/Makefile index 322bd9e..0bb0e95 100644 --- a/Makefile +++ b/Makefile @@ -3,13 +3,14 @@ # You need node.js to build MKWS. On caliban, get it using: # export PATH=$PATH:/home/indexdata/node/node-v0.10.32-linux-x64/bin -all: setup +all: ${MAKE} -C./test node-modules - ${MAKE} -C./tools/htdocs $@ - ${MAKE} -C./doc install + ${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 $@