aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parentba2ad57ca8977ba00228109e962f0eb4abf848a6 (diff)
downloadqmk_firmware-ed56a6859f6d98974abf9c48c640d7c566be0913.tar.gz
qmk_firmware-ed56a6859f6d98974abf9c48c640d7c566be0913.zip
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
551.PHONY: test-clean 551.PHONY: test-clean
552test-clean: test-all-clean 552test-clean: test-all-clean
553 553
554git-submodule:
555 git submodule sync --recursive
556 git submodule update --init --recursive
557
554ifdef SKIP_VERSION 558ifdef SKIP_VERSION
555SKIP_GIT := yes 559SKIP_GIT := yes
556endif 560endif