From 12faf5456d0f2356b6406a0d74ed4559c4a85a41 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Thu, 23 Jan 2020 19:41:24 +0100 Subject: ok but might redo ft_split --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 05328de..e696f20 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,9 @@ SRCS_NAME += ft_init_lists.c SRCS_NAME += ft_key_events.c SRCS_NAME += ft_exit.c SRCS_NAME += ft_drawsquare.c -# SRCS_NAME += ft_parse_map.c +SRCS_NAME += ft_parse_map.c +SRCS_NAME += ft_get_res.c +SRCS_NAME += ft_map_error.c #------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #------------------------------------------------------------------------------# -- cgit v1.2.3