diff options
| author | skullY <skullydazed@gmail.com> | 2017-08-26 20:58:19 -0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-28 11:26:35 -0400 |
| commit | ed56a6859f6d98974abf9c48c640d7c566be0913 (patch) | |
| tree | 0dc17a00b9395a52a9a14c19df89aabd33ddd818 /Makefile | |
| parent | ba2ad57ca8977ba00228109e962f0eb4abf848a6 (diff) | |
| download | qmk_firmware-ed56a6859f6d98974abf9c48c640d7c566be0913.tar.gz qmk_firmware-ed56a6859f6d98974abf9c48c640d7c566be0913.zip | |
add a `git-submodule` make target.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -551,6 +551,10 @@ test: test-all | |||
| 551 | .PHONY: test-clean | 551 | .PHONY: test-clean |
| 552 | test-clean: test-all-clean | 552 | test-clean: test-all-clean |
| 553 | 553 | ||
| 554 | git-submodule: | ||
| 555 | git submodule sync --recursive | ||
| 556 | git submodule update --init --recursive | ||
| 557 | |||
| 554 | ifdef SKIP_VERSION | 558 | ifdef SKIP_VERSION |
| 555 | SKIP_GIT := yes | 559 | SKIP_GIT := yes |
| 556 | endif | 560 | endif |
