X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=6d6441f4c29f8bf4bf021d3862bb456180a23c5d;hb=62d9f6628a30dc7540071108473b0ea94e58a39e;hp=9504c3641d404be6e58182048d405cd9ea4e495e;hpb=5d307bd92d2fa1264bdee98fd6d10925f91e17ab;p=mkws-moved-to-github.git diff --git a/Makefile b/Makefile index 9504c36..6d6441f 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com all: - ${MAKE} -C./src $@ + ${MAKE} -C./tools/htdocs $@ ${MAKE} -C./doc $@ clean distclean: - ${MAKE} -C./src $@ + ${MAKE} -C./tools/htdocs $@ ${MAKE} -C./doc $@ ${MAKE} -C./examples/htdocs $@ ${MAKE} -C./test $@ @@ -18,7 +18,6 @@ phantomjs p: # must be called once after GIT checkout setup: -#why? ${MAKE} -C./tools/htdocs mkws-js-min ${MAKE} -C./test node-modules check: setup check-js