From: jeresig Date: Thu, 28 Jan 2010 19:18:20 +0000 (-0500) Subject: Add a new build mode to the Makefile that doesn't try to pull from external sources... X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=31f1e99500af6e57cfdd571272be193b4646fc09 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). --- diff --git a/Makefile b/Makefile index 972cb4d..1854c86 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}