diff options
author | Joel Challis <git@zvecr.com> | 2023-01-02 22:11:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-03 09:11:57 +1100 |
commit | b297531dbf645a28fd5a67e546a9ff27d49e1b1e (patch) | |
tree | d16cd659a2cde4d5c665f147c30ab4a9c86ae4cd /Makefile | |
parent | 3a5a4c708f4817919d9fe7396ceb2b8e57d2e68e (diff) |
Migrate 'make git-submodule' to CLI command (#19479)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -430,12 +430,7 @@ lib/%: .PHONY: git-submodule git-submodule: - [ -e lib/ugfx ] && rm -rf lib/ugfx || true - [ -e lib/pico-sdk ] && rm -rf lib/pico-sdk || true - [ -e lib/chibios-contrib/ext/mcux-sdk ] && rm -rf lib/chibios-contrib/ext/mcux-sdk || true - [ -e lib/lvgl ] && rm -rf lib/lvgl || true - git submodule sync --recursive - git submodule update --init --recursive --progress + $(QMK_BIN) git-submodule .PHONY: git-submodules git-submodules: git-submodule |