From 31f1e99500af6e57cfdd571272be193b4646fc09 Mon Sep 17 00:00:00 2001 From: jeresig Date: Thu, 28 Jan 2010 14:18:20 -0500 Subject: [PATCH] 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). --- Makefile | 1 + 1 file changed, 1 insertion(+) 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} -- 1.7.10.4