Added memorybook to parsing and cleaned most of the files
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user