aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2010-01-28 14:18:20 -0500
committerjeresig <jeresig@gmail.com>2010-01-28 14:18:20 -0500
commit31f1e99500af6e57cfdd571272be193b4646fc09 (patch)
tree9802de047ec71a5448d6063bd528c73695f06fff /Makefile
parente9092e995424828c455952e09b9ec83577009796 (diff)
downloadjquery-31f1e99500af6e57cfdd571272be193b4646fc09.tar.gz
jquery-31f1e99500af6e57cfdd571272be193b4646fc09.zip
Add a new build mode to the Makefile that doesn't try to pull from external sources (assumes that they're already built and not changing frequently).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 972cb4db2..1854c866a 100644
--- 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}