From 7a116bb0db90c050f870a277602653dce7cb3cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Tue, 9 Jan 2024 17:57:41 +0100 Subject: [PATCH] Update submodules commands in Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd88e85..1fda9bf 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,10 @@ define ClearTests endef -submodules: ## Update submodules +sub-init: ## Initialize submodules @git submodule update --init --recursive + +sub-update: ## Initialize submodules @git submodule update --remote --merge @git submodule foreach git pull origin master