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:
9cc69c4
)
"all" target depends on "setup", not the other way around.
author
Mike Taylor
<mike@indexdata.com>
Tue, 30 Sep 2014 15:54:11 +0000
(16:54 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 30 Sep 2014 15:54:11 +0000
(16:54 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
9e91192
..
869fc26
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,6
+1,7
@@
# Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com
-all:
+all: setup
+ ${MAKE} -C./test node-modules
${MAKE} -C./tools/htdocs $@
${MAKE} -C./doc install
@@
-19,7
+20,6
@@
phantomjs p p-all phantomjs-all jsb:
# must be called once after GIT checkout
setup:
${MAKE} -C./test node-modules
- ${MAKE} all
check: setup check-js phantomjs