From: Wolfram Schneider Date: Wed, 8 Jan 2014 13:14:56 +0000 (+0000) Subject: `make all' should not call the tests X-Git-Tag: 1.0.0~1726 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=6c7d7ffd9612ae605864a86532375ac14fe5a80d;hp=d3371cbdc4ad9d4d87b581e93efb9405b1fd85cc `make all' should not call the tests --- 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