Added: Stdme and 'pull' make goal

This commit is contained in:
Maieul BOYER 2024-03-25 15:19:04 +01:00
parent b38a1cba97
commit 5ed9eff417
No known key found for this signature in database
3 changed files with 9 additions and 1 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "stdme"]
path = stdme
url = git@github.com:maix0/stdme.git

View file

@ -6,7 +6,7 @@
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ # # By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2023/11/12 11:05:05 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 "$(GOLD) '\"' '\"'$(END)\n"
@printf ' $(GREY)The compilation is$(END) $(GOLD)finish$(END)\n $(GREY)Have a good $(END)$(GOLD)correction !$(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
.PHONY: all bonus clean fclean re .PHONY: all bonus clean fclean re

1
stdme Submodule

@ -0,0 +1 @@
Subproject commit b3ec36536db39e871e06e6073c05bf2f965adf99