aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 13e5299a3..2ab385bee 100644
--- a/Makefile
+++ b/Makefile
@@ -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}