Force the submodules to keep up to date.

This commit is contained in:
John Resig 2009-11-10 02:13:58 +01:00
parent 262fcf7b7b
commit a8b089a020

View file

@ -42,6 +42,9 @@ init:
@@echo "Grabbing external dependencies..."
@@git submodule init
@@git submodule update
@@cd src/sizzle && git pull
@@cd test/qunit && git pull
@@git submodule update
jquery: ${DIST_DIR} selector ${JQ}