aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cdc7f5b..079d888 100644
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,8 @@ SRCS_NAME += ft_sort_s_t.c
SRCS_NAME += ft_big_t.c
SRCS_NAME += ft_time.c
SRCS_NAME += ft_init_bad_boys.c
+SRCS_NAME += ft_bad_boy_actions.c
+SRCS_NAME += ft_select_bad_boy_action.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#