From a9182eee769cec9d81f11b19844428da28667022 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 24 Jan 2020 16:54:01 +0100 Subject: ft_split redone --- libft/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libft/Makefile') 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 -- cgit v1.2.3