diff options
Diffstat (limited to 'lib/libft/Makefile')
| -rw-r--r-- | lib/libft/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libft/Makefile b/lib/libft/Makefile index 3c2fb91..6f2950c 100644 --- a/lib/libft/Makefile +++ b/lib/libft/Makefile @@ -10,6 +10,7 @@ SRC = ft_atoi.c \ ft_isascii.c \ ft_isdigit.c \ ft_isprint.c \ + ft_isspace.c \ ft_itoa.c \ ft_memchr.c \ ft_memcmp.c \ @@ -30,6 +31,7 @@ SRC = ft_atoi.c \ ft_strlen.c \ ft_strmapi.c \ ft_strncmp.c \ + ft_strncpy.c \ ft_strnstr.c \ ft_strrchr.c \ ft_strtrim.c \ |
