git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9092e9
)
Add a new build mode to the Makefile that doesn't try to pull from external sources...
author
jeresig
<jeresig@gmail.com>
Thu, 28 Jan 2010 19:18:20 +0000
(14:18 -0500)
committer
jeresig
<jeresig@gmail.com>
Thu, 28 Jan 2010 19:18:20 +0000
(14:18 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
972cb4d
..
1854c86
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-47,6
+47,7
@@
init:
@@cd test/qunit && git pull origin master > /dev/null 2>&1
jquery: ${DIST_DIR} selector ${JQ}
+jq: ${DIST_DIR} ${JQ}
${JQ}: ${MODULES}
@@echo "Building" ${JQ}