aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b67f7aff..84816a19e 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