aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-13 04:54:43 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-13 04:54:43 +0100
commit2ad0774ca20e56a4c64cd1fa6531739c701a61ed (patch)
tree6d1322eab2e85e3f926841b0b8aef2c73ecdbc1c /Makefile
parentStill bug on death (diff)
download42-cub3d-2ad0774ca20e56a4c64cd1fa6531739c701a61ed.tar.gz
42-cub3d-2ad0774ca20e56a4c64cd1fa6531739c701a61ed.tar.bz2
42-cub3d-2ad0774ca20e56a4c64cd1fa6531739c701a61ed.tar.xz
42-cub3d-2ad0774ca20e56a4c64cd1fa6531739c701a61ed.tar.zst
42-cub3d-2ad0774ca20e56a4c64cd1fa6531739c701a61ed.zip
I fucking love it
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 922c6d2..e003d49 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,7 @@ SRCS_NAME += ft_draw_traps_extra.c
SRCS_NAME += ft_draw_life_bar.c
SRCS_NAME += ft_del_extra_sprites.c
SRCS_NAME += ft_init_sfx.c
+SRCS_NAME += ft_sfx_trap.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#