summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59c2fa7b4..558cf473c 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