feat: adding all the textures
This commit is contained in:
parent
954c5f76d6
commit
badd6534f4
11 changed files with 276 additions and 13 deletions
3
Makefile
3
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||
# Updated: 2024/12/01 18:57:47 by rparodi ### ########.fr #
|
||||
# Updated: 2024/12/02 00:17:35 by rparodi ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -112,7 +112,6 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue