ajout de ft_concat_free

This commit is contained in:
Hugo LAMY
2020-02-27 18:07:14 +01:00
parent 464560725e
commit 387758be4d
3 changed files with 57 additions and 2 deletions

View File

@@ -94,7 +94,8 @@ SRCS = ft_memset.c \
ft_arraymap.c \
ft_strmultisplit.c \
\
get_next_line.c
get_next_line.c \
ft_concat_free.c
ODIR = ./builds
OBJS = $(SRCS:%.c=$(ODIR)/%.o)