From: skullY Date: Sun, 27 Aug 2017 03:58:19 +0000 (-0700) Subject: add a `git-submodule` make target. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ed56a6859f6d98974abf9c48c640d7c566be0913;p=qmk_firmware.git add a `git-submodule` make target. --- 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