From e69cafc6ea96aff0c2114adbf3d2c5198fdca916 Mon Sep 17 00:00:00 2001 From: Guy Baconniere Date: Wed, 27 Oct 2021 09:56:34 +0200 Subject: [PATCH] 2021-10-27 09:56:34 --- .gitignore | 1 + .gitmodules | 8 ++++---- libft/Makefile | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 40a8dbb..b7db008 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ libft/munit libft/Libftest libft/libft-unit-test libft/libftTester +libft/FT_SPLIT_TESTER # ---> C # Prerequisites diff --git a/.gitmodules b/.gitmodules index a1aef12..5b9a7f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,11 +10,11 @@ path = libft/libfttester url = https://github.com/tripouille/libfttester.git ignore = dirty -[submodule "Ysoroko/FT_SPLIT_TESTER"] - path = libft/FT_SPLIT_TESTER - url = https://github.com/Ysoroko/FT_SPLIT_TESTER.git - ignore = dirty [submodule "libft/munit"] path = libft/munit url = https://github.com/nemequ/munit.git ignore = dirty +[submodule "libft/FT_SPLIT_TESTER"] + path = libft/FT_SPLIT_TESTER + url = https://github.com/Ysoroko/FT_SPLIT_TESTER.git + ignore = dirty diff --git a/libft/Makefile b/libft/Makefile index 8a27a97..895eb6e 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/25 11:21:05 by gbaconni ### ########.fr # +# Updated: 2021/10/27 09:53:24 by gbaconni ### ########.fr # # # # **************************************************************************** # # @@ -157,6 +157,7 @@ reset: @rm -fr Libftest @rm -fr libft-unit-test @rm -fr libftTester + @rm -fr FT_SPLIT_TESTER @rm -fr munit @git submodule update --init