aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsalaaad2 <arthudurant263@gmail.com>2020-03-16 19:43:16 +0100
committersalaaad2 <arthudurant263@gmail.com>2020-03-16 19:43:16 +0100
commit0cde149ec5e478c3d6283136065ff0129231c25d (patch)
tree36f13a15446b9335b342f742a2e186ad5a4c28a8 /Makefile
parentfix norme2 (diff)
download42-cub3d-0cde149ec5e478c3d6283136065ff0129231c25d.tar.gz
42-cub3d-0cde149ec5e478c3d6283136065ff0129231c25d.tar.bz2
42-cub3d-0cde149ec5e478c3d6283136065ff0129231c25d.tar.xz
42-cub3d-0cde149ec5e478c3d6283136065ff0129231c25d.tar.zst
42-cub3d-0cde149ec5e478c3d6283136065ff0129231c25d.zip
bunchoshit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c310c87..09a995d 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,7 @@ SRCS_NAME += ft_sfx_trap.c
SRCS_NAME += ft_sfx_new_level.c
SRCS_NAME += ft_death_screen.c
SRCS_NAME += ft_death_hooks.c
+SRCS_NAME += ft_sort_s_t.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#