aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsalaaad2 <arthudurant263@gmail.com>2020-03-25 14:40:34 +0100
committersalaaad2 <arthudurant263@gmail.com>2020-03-25 14:40:34 +0100
commit14db635d9afa8457e3dbd3563394e5a06f62d962 (patch)
tree5afb17c6f70ceac630d297be31892ee089cc7eb2 /Makefile
parentOk (diff)
download42-cub3d-14db635d9afa8457e3dbd3563394e5a06f62d962.tar.gz
42-cub3d-14db635d9afa8457e3dbd3563394e5a06f62d962.tar.bz2
42-cub3d-14db635d9afa8457e3dbd3563394e5a06f62d962.tar.xz
42-cub3d-14db635d9afa8457e3dbd3563394e5a06f62d962.tar.zst
42-cub3d-14db635d9afa8457e3dbd3563394e5a06f62d962.zip
fuck fuck fuck
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 02e9b07..4e51445 100644
--- a/Makefile
+++ b/Makefile
@@ -129,6 +129,7 @@ SRCS_NAME += ft_draw_map_back.c
SRCS_NAME += ft_draw_ammo_back.c
SRCS_NAME += ft_draw_ammo_bar.c
SRCS_NAME += ft_shoot.c
+SRCS_NAME += ft_sort_s_t.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#