From 531f54e40a71fd76b08f291e7c3318ba07dec79f Mon Sep 17 00:00:00 2001 From: 0xh3rman <119309671+0xh3rman@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:26:39 +0900 Subject: [PATCH] add setup-git --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3eb519e6..d796b9cb 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,10 @@ install-toolchains: @echo Install toolchains for uniffi @cd core/gemstone && make prepare-apple -bootstrap: install generate +bootstrap: install generate setup-git + +setup-git: + @git config submodule.recurse true core-upgrade: git submodule update --recursive --remote