diff options
author | skullY <skullydazed@gmail.com> | 2017-08-27 05:58:19 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-28 17:26:35 +0200 |
commit | ed56a6859f6d98974abf9c48c640d7c566be0913 (patch) | |
tree | 0dc17a00b9395a52a9a14c19df89aabd33ddd818 | |
parent | ba2ad57ca8977ba00228109e962f0eb4abf848a6 (diff) | |
download | qmk_firmware-ed56a6859f6d98974abf9c48c640d7c566be0913.tar.gz qmk_firmware-ed56a6859f6d98974abf9c48c640d7c566be0913.tar.xz |
add a `git-submodule` make target.
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |