diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -134,6 +134,7 @@ 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_NAME += ft_sort_s_t.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# |