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:
184ab14
)
"make all" uses dependency rather than explicit invocation.
author
Mike Taylor
<mike@indexdata.com>
Wed, 15 Oct 2014 14:19:56 +0000
(15:19 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 15 Oct 2014 14:19:56 +0000
(15:19 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
7911392
..
45b7db5
100644
(file)
--- 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