From 6c7d7ffd9612ae605864a86532375ac14fe5a80d Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 8 Jan 2014 13:14:56 +0000 Subject: [PATCH 1/1] `make all' should not call the tests --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3261c5f..4b368d3 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,16 @@ # Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com -all clean distclean: +all: ${MAKE} -C./tools/htdocs $@ - ${MAKE} -C./examples/htdocs $@ - ${MAKE} -C./test $@ pz2api-git-checkout: ${MAKE} -C./tools/htdocs $@ +clean distclean: + ${MAKE} -C./tools/htdocs $@ + ${MAKE} -C./examples/htdocs $@ + ${MAKE} -C./test $@ + check-js: ${MAKE} -C./test check -- 1.7.10.4