diff options
| author | Dominik Kaiser | 2024-10-17 14:02:28 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2024-10-17 14:02:28 +0200 |
| commit | 873c0ddbec693666dda5d92654fcb07d4b41b4dc (patch) | |
| tree | 4620160a22005f026db7e18290f508e3d88acc83 /lib/libft/Makefile | |
| parent | d5dcf4325dd6efa641767dfd6e07d2c4f80ad252 (diff) | |
| parent | 85d82207526e7220bd14bc96e5f8079ec781fc75 (diff) | |
| download | minishell-873c0ddbec693666dda5d92654fcb07d4b41b4dc.tar.gz minishell-873c0ddbec693666dda5d92654fcb07d4b41b4dc.zip | |
Merge changes from main into interpreter
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 \ |
