From c512d8278ce329fba4537599113343a6c2e4f1d2 Mon Sep 17 00:00:00 2001 From: Maieul BOYER Date: Mon, 25 Mar 2024 15:30:31 +0100 Subject: [PATCH] Fix: make pull --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4211a905..ea373c24 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2024/03/25 15:18:33 by maiboyer ### ########.fr # +# Updated: 2024/03/25 15:30:19 by maiboyer ### ########.fr # # # # **************************************************************************** # @@ -118,7 +118,8 @@ footer: pull: @printf "$(GREEN)Pulling Submodules$(END)\n" - @git submodule foreach git pull + @git submodule init + @git submodule update # Phony .PHONY: all bonus clean fclean re