summaryrefslogtreecommitdiffstats
path: root/libft/Makefile
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-12-16 13:10:11 +0100
committersalad <fmoenne-@student.le-101.fr>2020-12-16 13:10:11 +0100
commit711bc9edbd9646900fc7e00e7b3457c2070ac31f (patch)
tree2b173316fcea1f8609fc9494dadce17588f248b4 /libft/Makefile
parentnorm tobecontinued2 (diff)
download42-minishell-711bc9edbd9646900fc7e00e7b3457c2070ac31f.tar.gz
42-minishell-711bc9edbd9646900fc7e00e7b3457c2070ac31f.tar.bz2
42-minishell-711bc9edbd9646900fc7e00e7b3457c2070ac31f.tar.xz
42-minishell-711bc9edbd9646900fc7e00e7b3457c2070ac31f.tar.zst
42-minishell-711bc9edbd9646900fc7e00e7b3457c2070ac31f.zip
qwe
Diffstat (limited to 'libft/Makefile')
-rw-r--r--libft/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libft/Makefile b/libft/Makefile
index 66b8081..fb67ba7 100644
--- a/libft/Makefile
+++ b/libft/Makefile
@@ -37,6 +37,7 @@ SRCS_NAME += ft_tolower.c
SRCS_NAME += ft_toupper.c
SRCS_NAME += ft_strchr.c
SRCS_NAME += ft_strrchr.c
+SRCS_NAME += ft_strrnchr.c
SRCS_NAME += ft_strlchr.c
SRCS_NAME += ft_strncmp.c
SRCS_NAME += ft_strlcpy.c