diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-24 16:54:01 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-24 16:54:01 +0100 |
commit | a9182eee769cec9d81f11b19844428da28667022 (patch) | |
tree | ef6add01c763a34f618908eddad42efc294ff02c /libft/Makefile | |
parent | Key defines for compatibility between Linux/Darwin (diff) | |
download | 42-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/Makefile | 2 |
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 |