From 287d4132ccae0bfff868759a37edb3d7c61ad3cb Mon Sep 17 00:00:00 2001 From: marvin Date: Fri, 22 Oct 2021 11:29:06 +0200 Subject: [PATCH] 2021-10-22 11:29:06 --- libft/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libft/Makefile b/libft/Makefile index 50e6493..f49f26c 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:27:58 by gbaconni ### ########.fr # +# Updated: 2021/10/22 11:29:02 by gbaconni ### ########.fr # # # # **************************************************************************** # # @@ -54,6 +54,7 @@ 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