From a0940ea3c2b2f654fbfc1a666f261f82e5cce5f5 Mon Sep 17 00:00:00 2001 From: marvin Date: Fri, 22 Oct 2021 11:30:53 +0200 Subject: [PATCH] 2021-10-22 11:30:53 --- libft/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libft/Makefile b/libft/Makefile index f49f26c..8caa010 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:29:02 by gbaconni ### ########.fr # +# Updated: 2021/10/22 11:30:35 by gbaconni ### ########.fr # # # # **************************************************************************** # # @@ -54,7 +54,6 @@ c: compile @cd Libftest && ./grademe.sh || true d: compile - @make -C libft-unit-test clean || true @make -C libft-unit-test all || true @cd libft-unit-test && ./run_test || true @@ -73,6 +72,8 @@ clean: @$(RM) $(RMFLAGS) $(OUT) fclean: clean + @make -C libftTester clean || true + @make -C libft-unit-test clean || true @make -C $(LIBDIR) fclean @$(RM) $(RMFLAGS) $(OUT)