From 9ab8e067e368316dad2e475a14dd34413ff3a3aa Mon Sep 17 00:00:00 2001 From: marvin Date: Fri, 22 Oct 2021 11:23:07 +0200 Subject: [PATCH] 2021-10-22 11:23:07 --- libft/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libft/Makefile b/libft/Makefile index 23a2e00..901b0ee 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:07:23 by gbaconni ### ########.fr # +# Updated: 2021/10/22 11:22:52 by gbaconni ### ########.fr # # # # **************************************************************************** # # @@ -49,7 +49,7 @@ b: compile @make -C libftTester b || true c: compile - @make -C libftTester clean || true + @make -C Libftest clean || true @make -C Libftest all || 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