aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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})
#--------------------------------------------------------------------------------------------------#