Archived
1
0

so_long finished

This commit is contained in:
Adam Joly
2024-01-28 18:26:25 +01:00
parent 0adcd5ccd4
commit ac7925778a
62 changed files with 6063 additions and 1443 deletions

View File

@ -6,7 +6,7 @@
# By: adjoly <adjoly@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/01 11:03:22 by adjoly #+# #+# #
# Updated: 2024/01/26 16:16:13 by adjoly ### ########.fr #
# Updated: 2024/01/28 18:22:26 by adjoly ### ########.fr #
# #
# **************************************************************************** #
@ -17,6 +17,8 @@ CC = cc
SRCS = main.c \
get_map.c \
print_map.c \
ft_utils.c \
ft_utils2.c \
map_error/ft_check_file.c \
map_error/ft_check_map_content.c \
map_error/ft_check_map_error.c \