projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3371cb
)
`make all' should not call the tests
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 8 Jan 2014 13:14:56 +0000
(13:14 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 8 Jan 2014 13:14:56 +0000
(13:14 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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