summaryrefslogtreecommitdiffstats
path: root/libft/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libft/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libft/Makefile b/libft/Makefile
index a5fabcb..858e90b 100644
--- a/libft/Makefile
+++ b/libft/Makefile
@@ -106,6 +106,7 @@ SRCS_NAME += ft_printf_get_s_putlen.c
SRCS_NAME += ft_printf_process.c
SRCS_NAME += ft_printf_cat_output.c
SRCS_NAME += ft_printf_flag_to_atoi.c
+SRCS_NAME += ft_strsubst.c
#------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#------------------------------------------------------------------------------#