`make all' should not call the tests
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 8 Jan 2014 13:14:56 +0000 (13:14 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 8 Jan 2014 13:14:56 +0000 (13:14 +0000)
Makefile

index 3261c5f..4b368d3 100644 (file)
--- 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