From 5e0bd778e7551a2cd59cc7cb5f525507ea4774ba Mon Sep 17 00:00:00 2001 From: foostan Date: Sun, 28 Jan 2024 23:25:16 +0900 Subject: [PATCH] Add submodule command --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 218e6e2d..352c0a1b 100644 --- a/Makefile +++ b/Makefile @@ -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