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:
parent
e9092e9954
commit
31f1e99500
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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}
|
||||
|
|
Loading…
Reference in a new issue