1
0

🏗️」 wip: parsing map nighty percent done

This commit is contained in:
Maelys
2024-09-11 22:20:37 +02:00
parent 7a8d4469d8
commit 18afe25807
6 changed files with 94 additions and 17 deletions

View File

@ -14,7 +14,11 @@ MACRO_DIR = MacroLibX/
INCLUDE = -I $(I_DIR) -I $(LIBFT_DIR)/$(I_DIR) -I $(MACRO_DIR)/$(I_DIR)
SRCS = $(shell find src -name '*.c')
SRCS = src/utils/mess_error.c \
src/utils/parse_utils.c \
src/parsing/check_map.c \
src/parsing/check_arg.c \
src/cub3d.c
OBJS = $(addprefix $(OBJSDIR), $(SRCS:.c=.o))