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