summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2017-08-26 20:58:19 -0700
committerJack Humbert <jack.humb@gmail.com>2017-08-28 11:26:35 -0400
commited56a6859f6d98974abf9c48c640d7c566be0913 (patch)
tree0dc17a00b9395a52a9a14c19df89aabd33ddd818
parentba2ad57ca8977ba00228109e962f0eb4abf848a6 (diff)
add a `git-submodule` make target.0.5.116
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59c2fa7b4f..558cf473c4 100644
--- a/Makefile
+++ b/Makefile
@@ -551,6 +551,10 @@ test: test-all
.PHONY: test-clean
test-clean: test-all-clean
+git-submodule:
+ git submodule sync --recursive
+ git submodule update --init --recursive
+
ifdef SKIP_VERSION
SKIP_GIT := yes
endif