diff --git a/Makefile b/Makefile index 2ab385be..1ebc643d 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,8 @@ init: @@echo "Grabbing external dependencies..." @@git submodule init @@git submodule update - @@cd src/sizzle && git pull - @@cd test/qunit && git pull + @@cd src/sizzle && git pull origin master + @@cd test/qunit && git pull origin master @@git submodule update jquery: ${DIST_DIR} selector ${JQ}