diff options
author | jeresig <jeresig@gmail.com> | 2010-01-28 14:18:20 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2010-01-28 14:18:20 -0500 |
commit | 31f1e99500af6e57cfdd571272be193b4646fc09 (patch) | |
tree | 9802de047ec71a5448d6063bd528c73695f06fff /Makefile | |
parent | e9092e995424828c455952e09b9ec83577009796 (diff) | |
download | jquery-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |