From fb98fd19ba9e27eb3a169a7599ce41fb0877b7a6 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Thu, 13 Feb 2020 19:22:15 +0100 Subject: Better code structure --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ffe8446..70a75e6 100644 --- a/Makefile +++ b/Makefile @@ -38,8 +38,10 @@ 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_square.c +SRCS_NAME += ft_draw_map.c +SRCS_NAME += ft_draw_scene.c +SRCS_NAME += ft_extra_keys.c SRCS_NAME += ft_draw_verline.c SRCS_NAME += ft_print_list.c SRCS_NAME += ft_rgb_to_hex.c -- cgit v1.2.3