1
0

🏗️」 wip: information map

This commit is contained in:
Maelys
2024-09-12 17:00:27 +02:00
parent 621a7b8e21
commit fa4c3d6d39
7 changed files with 103 additions and 70 deletions

View File

@ -16,7 +16,12 @@ 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/parsing/principal_pars.c \
src/cub3d.c
OBJS = $(addprefix $(OBJSDIR), $(SRCS:.c=.o))