aboutsummaryrefslogtreecommitdiffstats
path: root/libft/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-01-24 16:54:01 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-01-24 16:54:01 +0100
commita9182eee769cec9d81f11b19844428da28667022 (patch)
treeef6add01c763a34f618908eddad42efc294ff02c /libft/Makefile
parentKey defines for compatibility between Linux/Darwin (diff)
download42-cub3d-a9182eee769cec9d81f11b19844428da28667022.tar.gz
42-cub3d-a9182eee769cec9d81f11b19844428da28667022.tar.bz2
42-cub3d-a9182eee769cec9d81f11b19844428da28667022.tar.xz
42-cub3d-a9182eee769cec9d81f11b19844428da28667022.tar.zst
42-cub3d-a9182eee769cec9d81f11b19844428da28667022.zip
ft_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 04035b9..051fcd7 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_redo.c
+SRCS_NAME += ft_split.c
SRCS_NAME += ft_itoa.c
SRCS_NAME += ft_itoa_base.c
SRCS_NAME += ft_uitoa.c