From c96bb80fd67d43d38396dbb421f4e275443021ba Mon Sep 17 00:00:00 2001 From: gbaconni Date: Fri, 22 Oct 2021 11:06:16 +0200 Subject: [PATCH] 2021-10-22 11:06:16 --- libft/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libft/Makefile b/libft/Makefile index 3c0e12b..fc38c1d 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 10:23:54 by gbaconni ### ########.fr # +# Updated: 2021/10/22 11:06:04 by gbaconni ### ########.fr # # # # **************************************************************************** # # @@ -43,6 +43,7 @@ a: compile @./$(OUT) || true b: compile + @grep -q 'update message' libftTester/Makefile || sed -i '' -r 's/update (message)/\1' libftTester/Makefile @grep -q '/libft$$' libftTester/Makefile || sed -i '' -r 's/^(PARENT_DIR.*)/\1\/libft/' libftTester/Makefile @make -C libftTester m || true @make -C libftTester b || true