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:
b3d379b
)
Reorder rules
author
Mike Taylor
<mike@indexdata.com>
Wed, 15 Oct 2014 14:56:54 +0000
(15:56 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 15 Oct 2014 14:56:54 +0000
(15:56 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
45b7db5
..
c623650
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-14,17
+14,17
@@
clean distclean:
${MAKE} -C./examples/htdocs $@
${MAKE} -C./test $@
+check: setup check-js phantomjs
+
+setup:
+ ${MAKE} -C./test node-modules
+
check-js:
${MAKE} -C./test check
phantomjs p p-all phantomjs-all jsb:
${MAKE} -C./test $@
-setup:
- ${MAKE} -C./test node-modules
-
-check: setup check-js phantomjs
-
help:
@echo "make [ all | setup | clean | distclean ]"
@echo " [ check | check-js | phantomjs ]"