From bd71c66d7d9c966113d95d3115e4f928a5eebbde Mon Sep 17 00:00:00 2001 From: gbaconni Date: Fri, 22 Oct 2021 10:58:33 +0200 Subject: [PATCH] 2021-10-22 10:58:33 --- libft/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/libft/README.md b/libft/README.md index 86751fc..b6ca4af 100644 --- a/libft/README.md +++ b/libft/README.md @@ -43,7 +43,5 @@ git submodule add https://github.com/jtoty/Libftest.git git submodule add https://github.com/alelievr/libft-unit-test.git git submodule add https://github.com/Tripouille/libftTester.git git submodule add https://github.com/nemequ/munit.git - -grep -q '/libft$' libftTester/Makefile || sed -i '' -r 's/^(PARENT_DIR.*)/\1\/libft/' libftTester/Makefile ```