Fix: make pull

This commit is contained in:
Maieul BOYER 2024-03-25 15:30:31 +01:00
parent 26ab7ff8b1
commit c512d8278c
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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