From 76fb8bc65470f7c09a2104b275328684c7b005cb Mon Sep 17 00:00:00 2001 From: marvin Date: Sun, 24 Oct 2021 01:06:19 +0200 Subject: [PATCH] 2021-10-24 01:06:19 --- libft/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libft/Makefile b/libft/Makefile index 262bd67..75aa241 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 01:05:05 by gbaconni ### lausanne.ch # +# Updated: 2021/10/24 01:06:15 by gbaconni ### lausanne.ch # # # # **************************************************************************** # # @@ -87,7 +87,8 @@ c: compile _Libftest @cd Libftest && ./grademe.sh -u || true @echo "" @echo "For more details do:" - @echo "cat Libftest/deepthought" + @echo "less Libftest/deepthought" + @echo "" _libft-unit-test: @grep -q 'ft_memccpy' libft-unit-test/src/init.c && sed -i'.orig' -e '/ft_memccpy/d' libft-unit-test/src/init.c || true @@ -99,7 +100,8 @@ d: compile _libft-unit-test @make -C libft-unit-test f || true @echo "" @echo "For more details do:" - @echo "cat libft-unit-test/result.log" + @echo "less libft-unit-test/result.log" + @echo "" e: compile _libft-unit-test @make -C libft-unit-test b || true