From d91a3ef90ba3975b7c3bd47b69ce7febda2a77a7 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Thu, 13 Feb 2020 18:30:37 +0100 Subject: Smooth --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e90778..ffe8446 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,6 @@ SRCS_NAME += ft_hooks_and_loops.c SRCS_NAME += ft_key_events.c SRCS_NAME += ft_click_close.c SRCS_NAME += ft_exit.c -SRCS_NAME += ft_drawsquare.c SRCS_NAME += ft_parse_map.c SRCS_NAME += ft_select_get.c SRCS_NAME += ft_get_screen_size.c @@ -39,10 +38,14 @@ SRCS_NAME += ft_check_map_line.c SRCS_NAME += ft_free_words.c SRCS_NAME += ft_map_error.c SRCS_NAME += ft_init_winlx.c +SRCS_NAME += ft_drawsquare.c SRCS_NAME += ft_drawmap.c +SRCS_NAME += ft_draw_verline.c SRCS_NAME += ft_print_list.c SRCS_NAME += ft_rgb_to_hex.c SRCS_NAME += ft_raycasting.c +SRCS_NAME += ft_init_s_ray.c +SRCS_NAME += ft_detect.c #------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #------------------------------------------------------------------------------# -- cgit v1.2.3