Archived
1
0

what it workkks now way \!

This commit is contained in:
Adam Joly
2024-01-19 15:41:43 +01:00
parent cb8be13f46
commit 47a6fe08ff
492 changed files with 928 additions and 344 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/13 19:09:13 by adjoly ### ########.fr #
# Updated: 2024/01/19 13:41:58 by adjoly ### ########.fr #
# #
# **************************************************************************** #
@ -17,7 +17,8 @@ CC = cc
SRCS = main.c \
get_map.c \
ft_move_character.c \
print_map.c
print_map.c \
ft_check_map_error.c
OBJS = $(SRCS:.c=.o)