diff --git a/libft/FT_SPLIT_TESTER.patch b/libft/FT_SPLIT_TESTER.patch index 570d815..90880c4 100644 --- a/libft/FT_SPLIT_TESTER.patch +++ b/libft/FT_SPLIT_TESTER.patch @@ -1,14 +1,32 @@ --- a/Makefile +++ b/Makefile -@@ -14,7 +14,7 @@ CC = gcc +@@ -6,7 +6,7 @@ + # By: ysoroko +#+ +:+ +#+ # + # +#+#+#+#+#+ +#+ # + # Created: 2020/11/28 19:44:45 by ysoroko #+# #+# # +-# Updated: 2021/01/18 12:37:32 by ysoroko ### ########.fr # ++# Updated: 2021/10/29 17:46:51 by gbaconni ### ########.fr # + # # + # **************************************************************************** # + +@@ -14,13 +14,14 @@ CC = gcc CFLAGS = -Wall -Wextra -Werror -SRC = ../*.c \ -+SRC = ../libft/ft_split.c ../libft/ft_bzero.c ../libft/ft_calloc.c ../libft/ft_memcpy.c ../libft/ft_memset.c ../libft/ft_strlen.c \ ++SRC = \ ft_compare_results.c \ ft_mem_count.c \ ft_my_split.c \ + ft_print.c \ + ft_run_test.c \ + main.c \ ++ -L../libft -I../libft -lft + + AND = && + +diff --git a/a.out b/a.out +deleted file mode 100755 --- a/ft.h +++ b/ft.h @@ -13,15 +13,24 @@ diff --git a/libft/Makefile b/libft/Makefile index 1f5d99a..e34a889 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -6,7 +6,7 @@ # By: gbaconni +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/10/22 09:10:00 by gbaconni #+# #+# # -# Updated: 2021/10/28 21:45:43 by gbaconni ### lausanne.ch # +# Updated: 2021/10/29 17:38:08 by gbaconni ### ########.fr # # # # **************************************************************************** # #