aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 02e9b07..2c953e7 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ SRCS_NAME += ft_draw_scene.c
SRCS_NAME += ft_draw_skybox.c
SRCS_NAME += ft_basic_keys.c
SRCS_NAME += ft_extra_keys.c
-SRCS_NAME += ft_draw_verline.c
+SRCS_NAME += ft_wall_cast.c
SRCS_NAME += ft_rgb_to_hex.c
SRCS_NAME += ft_hex_to_rgb.c
SRCS_NAME += ft_raycasting.c