Fix: make pull
This commit is contained in:
parent
26ab7ff8b1
commit
c512d8278c
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -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:18:33 by maiboyer ### ########.fr #
|
# Updated: 2024/03/25 15:30:19 by maiboyer ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
|
@ -118,7 +118,8 @@ footer:
|
||||||
|
|
||||||
pull:
|
pull:
|
||||||
@printf "$(GREEN)Pulling Submodules$(END)\n"
|
@printf "$(GREEN)Pulling Submodules$(END)\n"
|
||||||
@git submodule foreach git pull
|
@git submodule init
|
||||||
|
@git submodule update
|
||||||
|
|
||||||
# Phony
|
# Phony
|
||||||
.PHONY: all bonus clean fclean re
|
.PHONY: all bonus clean fclean re
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue