From b6736a2dc2cead76bd6a619b52d2d18ac3d4029d Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 24 Mar 2020 20:06:05 +0100 Subject: Get normed --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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}) #--------------------------------------------------------------------------------------------------# -- cgit v1.2.3