From b3d379be2d8223387fe1bda0a50479bab14017aa Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 15 Oct 2014 15:19:56 +0100 Subject: [PATCH] "make all" uses dependency rather than explicit invocation. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7911392..45b7db5 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,7 @@ # 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: - ${MAKE} -C./test node-modules +all: setup ${MAKE} -C./src ${MAKE} -C./doc ${MAKE} -C./examples/htdocs -- 1.7.10.4