From 983ed2fd8110b877d56b792cd2d38f8bdd4aae6b Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Mon, 29 Apr 2024 17:23:19 +0800 Subject: [PATCH] Update makefile to include git submodule update command --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 5632ce0..a003702 100644 --- a/makefile +++ b/makefile @@ -13,4 +13,5 @@ down: pull pull: @echo "Pulling the project..." - git pull \ No newline at end of file + git pull + git submodule update --init --recursive \ No newline at end of file