diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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}) #------------------------------------------------------------------------------# |