From 85cd0d2989fac222b499391f6576d30a6ee39ba3 Mon Sep 17 00:00:00 2001 From: Raphael Parodi Date: Tue, 17 Dec 2024 16:52:54 +0100 Subject: [PATCH] fix auto compile mlx --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9532e94..2f058c2 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2024/12/16 14:50:54 by bgoulard ### ########.fr # +# Updated: 2024/12/17 10:57:46 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -115,6 +115,7 @@ re: header fclean all build/libft.a: @make --no-print-directory -C $(LIBFT_DIR) build/libmlx.a: + @make --no-print-directory -C $(MLX_DIR) # Dependences for all $(NAME): $(OBJ) build/libft.a build/libmlx.a