2021-10-27 09:56:34

This commit is contained in:
Guy Baconniere
2021-10-27 09:56:34 +02:00
parent 9103df5454
commit e69cafc6ea
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@ libft/munit
libft/Libftest libft/Libftest
libft/libft-unit-test libft/libft-unit-test
libft/libftTester libft/libftTester
libft/FT_SPLIT_TESTER
# ---> C # ---> C
# Prerequisites # Prerequisites

8
.gitmodules vendored
View File

@@ -10,11 +10,11 @@
path = libft/libfttester path = libft/libfttester
url = https://github.com/tripouille/libfttester.git url = https://github.com/tripouille/libfttester.git
ignore = dirty 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"] [submodule "libft/munit"]
path = libft/munit path = libft/munit
url = https://github.com/nemequ/munit.git url = https://github.com/nemequ/munit.git
ignore = dirty ignore = dirty
[submodule "libft/FT_SPLIT_TESTER"]
path = libft/FT_SPLIT_TESTER
url = https://github.com/Ysoroko/FT_SPLIT_TESTER.git
ignore = dirty

View File

@@ -6,7 +6,7 @@
# By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ # # By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2021/10/22 09:10:00 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 Libftest
@rm -fr libft-unit-test @rm -fr libft-unit-test
@rm -fr libftTester @rm -fr libftTester
@rm -fr FT_SPLIT_TESTER
@rm -fr munit @rm -fr munit
@git submodule update --init @git submodule update --init