summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2017-08-27 05:58:19 +0200
committerJack Humbert <jack.humb@gmail.com>2017-08-28 17:26:35 +0200
commited56a6859f6d98974abf9c48c640d7c566be0913 (patch)
tree0dc17a00b9395a52a9a14c19df89aabd33ddd818 /Makefile
parentba2ad57ca8977ba00228109e962f0eb4abf848a6 (diff)
downloadqmk_firmware-ed56a6859f6d98974abf9c48c640d7c566be0913.tar.gz
qmk_firmware-ed56a6859f6d98974abf9c48c640d7c566be0913.tar.xz
add a `git-submodule` make target.
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