From 0daacec366aab889b2b24d7fc6edebe1370d7e28 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 20 Apr 2020 19:21:23 +0200 Subject: Linked list not working but ok --- libft/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libft/Makefile') diff --git a/libft/Makefile b/libft/Makefile index ec87186..398e29b 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -81,6 +81,7 @@ SRCS_NAME += ft_uintlen.c SRCS_NAME += ft_uintlen_base.c SRCS_NAME += ft_nstr.c SRCS_NAME += ft_memdel.c +SRCS_NAME += ft_delwords.c SRCS_NAME += ft_kernel_panic.c SRCS_NAME += get_next_line.c SRCS_NAME += get_next_line_utils.c -- cgit v1.2.3