Add a new build mode to the Makefile that doesn't try to pull from external sources...
[jquery.git] / 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}
+jq: ${DIST_DIR} ${JQ}
 
 ${JQ}: ${MODULES}
        @@echo "Building" ${JQ}