From 5ed9eff4170213d66d04fbdb292f951726bf5b83 Mon Sep 17 00:00:00 2001 From: Maieul BOYER Date: Mon, 25 Mar 2024 15:19:04 +0100 Subject: [PATCH] Added: Stdme and 'pull' make goal --- .gitmodules | 3 +++ Makefile | 6 +++++- stdme | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 stdme diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..0c1c42cc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "stdme"] + path = stdme + url = git@github.com:maix0/stdme.git diff --git a/Makefile b/Makefile index e1e25a3e..4211a905 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:10:50 by rparodi ### ########.fr # +# Updated: 2024/03/25 15:18:33 by maiboyer ### ########.fr # # # # **************************************************************************** # @@ -116,6 +116,10 @@ footer: @printf "$(GOLD) '\"' '\"'$(END)\n" @printf ' $(GREY)The compilation is$(END) $(GOLD)finish$(END)\n $(GREY)Have a good $(END)$(GOLD)correction !$(END)\n' +pull: + @printf "$(GREEN)Pulling Submodules$(END)\n" + @git submodule foreach git pull + # Phony .PHONY: all bonus clean fclean re diff --git a/stdme b/stdme new file mode 160000 index 00000000..b3ec3653 --- /dev/null +++ b/stdme @@ -0,0 +1 @@ +Subproject commit b3ec36536db39e871e06e6073c05bf2f965adf99