From b9a5e7c9ae556988c62dd9efeaf17060ad34bab0 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 13 Nov 2019 15:11:04 +0100 Subject: Added get_next_line --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f713b34..f7caf07 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ SRC = ft_atoi.c ft_bzero.c ft_isalnum.c ft_isalpha.c ft_isascii.c ft_isdigit.c \ ft_strncmp.c ft_strncpy.c ft_strnequ.c ft_strnew.c ft_strnstr.c \ ft_strrchr.c ft_split.c ft_strstr.c ft_substr.c ft_strtrim.c \ ft_tolower.c ft_toupper.c ft_strlcpy.c ft_calloc.c ft_strndup.c \ - ft_strjoin_free.c ft_strjoin_free_snd.c + ft_strjoin_free.c ft_strjoin_free_snd.c get_next_line.c OBJ = $(SRC:.c=.o) INCLUDE = libft.h -- cgit