summaryrefslogtreecommitdiffstats
path: root/libft/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libft/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libft/Makefile b/libft/Makefile
index ac06d94..7b1c22c 100644
--- a/libft/Makefile
+++ b/libft/Makefile
@@ -24,6 +24,8 @@ SRCS_NAME += ft_memchr.c
SRCS_NAME += ft_memlchr.c
SRCS_NAME += ft_memcmp.c
SRCS_NAME += ft_strlen.c
+SRCS_NAME += ft_strclen.c
+SRCS_NAME += ft_strnlen.c
SRCS_NAME += ft_isalpha.c
SRCS_NAME += ft_isdigit.c
SRCS_NAME += ft_isalnum.c
@@ -71,7 +73,6 @@ SRCS_NAME += ft_putstr.c
SRCS_NAME += ft_putendl.c
SRCS_NAME += ft_putnbr.c
SRCS_NAME += ft_putnbr_base.c
-SRCS_NAME += ft_strnlen.c
SRCS_NAME += ft_strcat.c
SRCS_NAME += ft_strcmp.c
SRCS_NAME += ft_isspace.c