From f97cc71663f5d094c6d166763522d1e74ead5054 Mon Sep 17 00:00:00 2001 From: marvin Date: Fri, 22 Oct 2021 11:28:12 +0200 Subject: [PATCH] 2021-10-22 11:28:12 --- libft/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libft/Makefile b/libft/Makefile index 3efc723..50e6493 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/22 11:23:52 by gbaconni ### ########.fr # +# Updated: 2021/10/22 11:27:58 by gbaconni ### ########.fr # # # # **************************************************************************** # # @@ -49,8 +49,7 @@ b: compile @make -C libftTester b || true c: compile - @make -C Libftest clean || true - @make -C Libftest all || true + @test -f Libftest/my_config.sh || (cd Libftest && ./grademe.sh >/dev/null 2>&1) || true @grep -q '^PATH_LIBFT=\.\./libft' Libftest/my_config.sh || sed -i '' -r 's/^(PATH_LIBFT)=.*/\1=..\/libft/' Libftest/my_config.sh @cd Libftest && ./grademe.sh || true