From 628e12e37f9e3f36088b07352afb7a0fcc7536af Mon Sep 17 00:00:00 2001 From: marvin Date: Sun, 24 Oct 2021 13:52:59 +0200 Subject: [PATCH] 2021-10-24 13:52:59 --- libft/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libft/Makefile b/libft/Makefile index 4a22527..04327b9 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -6,7 +6,7 @@ # By: +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/10/22 09:10:00 by gbaconni #+# #+# # -# Updated: 2021/10/24 11:17:59 by gbaconni ### lausanne.ch # +# Updated: 2021/10/24 13:20:39 by gbaconni ### lausanne.ch # # # # **************************************************************************** # # @@ -106,6 +106,7 @@ d: compile _libft-unit-test @echo "less libft-unit-test/result.log" @echo "" +#e: compile _libft-unit-test e: fast _libft-unit-test @make -C libft-unit-test b || true