aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
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