Bringing Sizzle and QUnit up to date.
[jquery.git] / Makefile
index 13e5299..94fa885 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,8 @@ init:
        @@echo "Grabbing external dependencies..."
        @@git submodule init
        @@git submodule update
+       @@cd src/sizzle && git pull origin master
+       @@cd test/qunit && git pull origin master
 
 jquery: ${DIST_DIR} selector ${JQ}