fix auto compile mlx
This commit is contained in:
parent
fdffda3431
commit
85cd0d2989
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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/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:
|
build/libft.a:
|
||||||
@make --no-print-directory -C $(LIBFT_DIR)
|
@make --no-print-directory -C $(LIBFT_DIR)
|
||||||
build/libmlx.a:
|
build/libmlx.a:
|
||||||
|
@make --no-print-directory -C $(MLX_DIR)
|
||||||
|
|
||||||
# Dependences for all
|
# Dependences for all
|
||||||
$(NAME): $(OBJ) build/libft.a build/libmlx.a
|
$(NAME): $(OBJ) build/libft.a build/libmlx.a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue