From: Mike Taylor Date: Wed, 15 Oct 2014 14:08:10 +0000 (+0100) Subject: make runs in examples/htdocs X-Git-Tag: 1.0.0~192^2~10 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=259678db25effef592344ba29a4290e5d21b10aa;ds=sidebyside make runs in examples/htdocs --- diff --git a/Makefile b/Makefile index 8d73145..0bb0e95 100644 --- 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 $@