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).

This commit is contained in:
jeresig 2010-01-28 14:18:20 -05:00
parent e9092e9954
commit 31f1e99500

View file

@ -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}