Add submodule command

This commit is contained in:
foostan 2024-01-28 23:25:16 +09:00
parent e282133639
commit 5e0bd778e7
No known key found for this signature in database
GPG Key ID: 5717998CB8742205

View File

@ -1,3 +1,8 @@
.PHONY: qmk
.PHONY: git-submodule, qmk
git-submodule:
git submodule update --remote
git submodule update --init --recursive
qmk:
git subtree pull --prefix firmwares/qmk/qmk_firmware https://github.com/qmk/qmk_firmware.git master --squash