aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-25 17:16:48 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-25 17:16:48 +0100
commita88662bebb21d598c7d06f09433950ba10155cff (patch)
tree42af13d4544744253fa55fbea0e9cbd40a6354e4 /Makefile
parentGet normed (diff)
parentpourquoi se priver de stack (diff)
download42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.gz
42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.bz2
42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.xz
42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.zst
42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.zip
Merge branch 'better_m_s'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3d5078b..2692ab5 100644
--- a/Makefile
+++ b/Makefile
@@ -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})
#--------------------------------------------------------------------------------------------------#