1
0

🏗️」 wip: Player on minimap working

This commit is contained in:
2024-09-16 18:50:24 +02:00
parent a99e408a84
commit d4557ead6f
7 changed files with 132 additions and 36 deletions

View File

@ -16,12 +16,7 @@ MACRO_DIR = MacroLibX/
INCLUDE = -I $(I_DIR) -I $(LIBFT_DIR)/$(I_DIR) -I $(MACRO_DIR)/$(I_DIR)
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
SRCS = $(shell find src -name *.c)
OBJS = $(addprefix $(OBJSDIR), $(SRCS:.c=.o))