diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-18 16:04:14 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-18 16:04:14 +0100 |
commit | 7629736298b29ad5be833c11d338ab3abe236917 (patch) | |
tree | 8c4161357ae75109bcc7b8bf38bcd8b985ea3774 /libft/Makefile | |
parent | Merge (diff) | |
parent | Push (diff) | |
download | 42-minishell-7629736298b29ad5be833c11d338ab3abe236917.tar.gz 42-minishell-7629736298b29ad5be833c11d338ab3abe236917.tar.bz2 42-minishell-7629736298b29ad5be833c11d338ab3abe236917.tar.xz 42-minishell-7629736298b29ad5be833c11d338ab3abe236917.tar.zst 42-minishell-7629736298b29ad5be833c11d338ab3abe236917.zip |
Merged branch 'gnu-compat'
Diffstat (limited to 'libft/Makefile')
-rw-r--r-- | libft/Makefile | 1 |
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 |