From 259678db25effef592344ba29a4290e5d21b10aa Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 15 Oct 2014 15:08:10 +0100 Subject: [PATCH] make runs in examples/htdocs --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 $@ -- 1.7.10.4