X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=558cf473c4963a64e31428bb35ffae31e1bf4731;hb=85c3c5926ca0d47e5c3a8c58a12947f2ea69cd30;hp=59c2fa7b4f77f0dd60190ce69da3891284fbb47c;hpb=d2ff66a985b938e87fffe55c1d9f1dc55e356f91;p=qmk_firmware.git 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