X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=84816a19e1cfcd7b6bb79cc078881b7a1bea6384;hb=bd4468886d97edfb53342e1a10acb300d081ed27;hp=7b67f7aff78c97b74e78ed0b18ec171d4ce64a5a;hpb=cd2ca7b5918b3cedfed497ac7d86bfd2c5f92a8b;p=jquery.git diff --git a/Makefile b/Makefile index 7b67f7a..84816a1 100644 --- a/Makefile +++ b/Makefile @@ -104,4 +104,7 @@ pull_submodules: @@git submodule foreach "git pull origin \$$(git branch --no-color --contains \$$(git rev-parse HEAD) | grep -v \( | head -1)" @@git submodule summary +pull: pull_submodules + @@git pull ${REMOTE} ${BRANCH} + .PHONY: all jquery lint min init jq clean