aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b77c45..2e1f212 100644
--- a/Makefile
+++ b/Makefile
@@ -130,6 +130,7 @@ SRCS_NAME += ft_init_bad_boys.c
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 = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#