aboutsummaryrefslogtreecommitdiffstats
path: root/libft/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-01-23 20:18:36 +0100
committerRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-01-23 20:18:36 +0100
commitdaf41fc015b4cd475e6169fb6186fddf46c7a5ac (patch)
tree870bc7c6d4c6e361158f9d6307f1bdffd940eb64 /libft/Makefile
parentok but might redo ft_split (diff)
download42-cub3d-daf41fc015b4cd475e6169fb6186fddf46c7a5ac.tar.gz
42-cub3d-daf41fc015b4cd475e6169fb6186fddf46c7a5ac.tar.bz2
42-cub3d-daf41fc015b4cd475e6169fb6186fddf46c7a5ac.tar.xz
42-cub3d-daf41fc015b4cd475e6169fb6186fddf46c7a5ac.tar.zst
42-cub3d-daf41fc015b4cd475e6169fb6186fddf46c7a5ac.zip
Work in progress, split redone
Diffstat (limited to '')
-rw-r--r--libft/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libft/Makefile b/libft/Makefile
index 051fcd7..04035b9 100644
--- a/libft/Makefile
+++ b/libft/Makefile
@@ -58,7 +58,7 @@ SRCS_NAME += ft_strdup.c
SRCS_NAME += ft_substr.c
SRCS_NAME += ft_strjoin.c
SRCS_NAME += ft_strtrim.c
-SRCS_NAME += ft_split.c
+SRCS_NAME += ft_split_redo.c
SRCS_NAME += ft_itoa.c
SRCS_NAME += ft_itoa_base.c
SRCS_NAME += ft_uitoa.c