Added: Stdme and 'pull' make goal
This commit is contained in:
parent
b38a1cba97
commit
5ed9eff417
3 changed files with 9 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "stdme"]
|
||||
path = stdme
|
||||
url = git@github.com:maix0/stdme.git
|
||||
6
Makefile
6
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# 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
|
||||
|
||||
|
|
|
|||
1
stdme
Submodule
1
stdme
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit b3ec36536db39e871e06e6073c05bf2f965adf99
|
||||
Loading…
Add table
Add a link
Reference in a new issue