summaryrefslogtreecommitdiffstats
path: root/libft/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-01 18:28:12 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-01 18:28:12 +0200
commit70e3b4133b89e4e77a67139ccaa37322e2507e49 (patch)
treef288fbaad300075c16b6a5385d860b142fa59ba9 /libft/Makefile
parentCool (diff)
download42-minishell-70e3b4133b89e4e77a67139ccaa37322e2507e49.tar.gz
42-minishell-70e3b4133b89e4e77a67139ccaa37322e2507e49.tar.bz2
42-minishell-70e3b4133b89e4e77a67139ccaa37322e2507e49.tar.xz
42-minishell-70e3b4133b89e4e77a67139ccaa37322e2507e49.tar.zst
42-minishell-70e3b4133b89e4e77a67139ccaa37322e2507e49.zip
Added quotes multiline
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 6ada2e1..431ec0b 100644
--- a/libft/Makefile
+++ b/libft/Makefile
@@ -78,6 +78,7 @@ SRCS_NAME += ft_putnbr_base.c
SRCS_NAME += ft_strcat.c
SRCS_NAME += ft_strcmp.c
SRCS_NAME += ft_isspace.c
+SRCS_NAME += ft_iswhitespace.c
SRCS_NAME += ft_sqrt.c
SRCS_NAME += ft_intlen.c
SRCS_NAME += ft_intlen_base.c