Added memorybook to parsing and cleaned most of the files

This commit is contained in:
Philippe BLAGOJEVIC
2022-05-04 14:38:34 +02:00
parent e564e7c8e9
commit 362668fe35
231 changed files with 11474 additions and 405 deletions

View File

@@ -37,7 +37,8 @@ SRCS += init_parsing.c \
check_extension.c \
check_path.c \
check_rgb.c \
check_map.c
check_map_borders.c \
check_map_content.c
# hook/
SRCS += keyhook.c \
key_action_1.c \
@@ -79,7 +80,7 @@ RM_OBJS = rm -rf $(D_OBJS)
# flags
CFLAGS = -Wall -Wextra -Werror $(INCLUDES)
CFLAGS += -g3
CFLAGS += -g3 -fsanitize=address
LFLAGS = -L$(D_LFT) -lft
LFLAGS += -L$(D_LMLX) -lm -lmlx -lXext -lX11