Force the submodules to keep up to date.
This commit is contained in:
parent
262fcf7b7b
commit
a8b089a020
3
Makefile
3
Makefile
|
@ -42,6 +42,9 @@ init:
|
||||||
@@echo "Grabbing external dependencies..."
|
@@echo "Grabbing external dependencies..."
|
||||||
@@git submodule init
|
@@git submodule init
|
||||||
@@git submodule update
|
@@git submodule update
|
||||||
|
@@cd src/sizzle && git pull
|
||||||
|
@@cd test/qunit && git pull
|
||||||
|
@@git submodule update
|
||||||
|
|
||||||
jquery: ${DIST_DIR} selector ${JQ}
|
jquery: ${DIST_DIR} selector ${JQ}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue