aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 22:06:00 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 22:06:00 +0100
commitc786ace26fb4a041a43b2149b61c11b1c75ba1ca (patch)
tree69f33f8a7e67a5f6214a38b15eea3541b317d7d4 /Makefile
parentnow pthread (diff)
download42-cub3d-c786ace26fb4a041a43b2149b61c11b1c75ba1ca.tar.gz
42-cub3d-c786ace26fb4a041a43b2149b61c11b1c75ba1ca.tar.bz2
42-cub3d-c786ace26fb4a041a43b2149b61c11b1c75ba1ca.tar.xz
42-cub3d-c786ace26fb4a041a43b2149b61c11b1c75ba1ca.tar.zst
42-cub3d-c786ace26fb4a041a43b2149b61c11b1c75ba1ca.zip
Some threads
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