From 0b83ca3902200e485cf578ab07a23f96af384b03 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Mon, 13 Nov 2023 14:00:42 -0800 Subject: [PATCH] [script] now use submodule checkout for github --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3d23b82a..23c2cdab6 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ help: checkout: # Update all the submodules git submodule init - git submodule update --init --depth 1 + git submodule update --init --recursive prebuild: # Run cmake to generate Makefile under the build directory, before compilation