Add a new build mode to the Makefile that doesn't try to pull from external sources...
authorjeresig <jeresig@gmail.com>
Thu, 28 Jan 2010 19:18:20 +0000 (14:18 -0500)
committerjeresig <jeresig@gmail.com>
Thu, 28 Jan 2010 19:18:20 +0000 (14:18 -0500)
Makefile

index 972cb4d..1854c86 100644 (file)
--- 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}
        @@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}
 
 ${JQ}: ${MODULES}
        @@echo "Building" ${JQ}