aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-31 16:19:22 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-31 16:19:22 +0200
commit2ea18fb7e893691389108ae7731e26576715ca13 (patch)
treec6a4ccfb785ff7289279d6b08997939c36b4c9ca /Makefile
parentGood (diff)
download42-cub3d-2ea18fb7e893691389108ae7731e26576715ca13.tar.gz
42-cub3d-2ea18fb7e893691389108ae7731e26576715ca13.tar.bz2
42-cub3d-2ea18fb7e893691389108ae7731e26576715ca13.tar.xz
42-cub3d-2ea18fb7e893691389108ae7731e26576715ca13.tar.zst
42-cub3d-2ea18fb7e893691389108ae7731e26576715ca13.zip
Alright sounds
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2e1f212..3098ef9 100644
--- a/Makefile
+++ b/Makefile
@@ -131,6 +131,9 @@ SRCS_NAME += ft_bad_boy_actions.c
SRCS_NAME += ft_select_bad_boy_action.c
SRCS_NAME += ft_collision.c
SRCS_NAME += ft_damage_bad_boy.c
+SRCS_NAME += ft_sfx_bb_death.c
+SRCS_NAME += ft_sfx_bb_scream.c
+SRCS_NAME += ft_sfx_bb_fire.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#