aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-24 20:06:05 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-24 20:06:05 +0100
commitb6736a2dc2cead76bd6a619b52d2d18ac3d4029d (patch)
treeee89b6ac356cb37a7906ff157c1f1908823b9d2b /Makefile
parentNorme and merge (diff)
download42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.tar.gz
42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.tar.bz2
42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.tar.xz
42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.tar.zst
42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.zip
Get normed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9ba75ca..3d5078b 100644
--- a/Makefile
+++ b/Makefile
@@ -131,6 +131,9 @@ SRCS_NAME += ft_draw_ammo_bar.c
SRCS_NAME += ft_shoot.c
SRCS_NAME += ft_hud_threads.c
SRCS_NAME += ft_hud_threads_next.c
+SRCS_NAME += ft_wall_threads.c
+SRCS_NAME += ft_floor_threads.c
+SRCS_NAME += ft_castray_loop.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#