From 1273f529e1f1cb3336d03da74fddbfa6ddb1bf62 Mon Sep 17 00:00:00 2001 From: gbaconni Date: Wed, 27 Oct 2021 11:06:09 +0000 Subject: [PATCH] 2021-10-27 11:06:09 --- libft/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libft/Makefile b/libft/Makefile index 3d3a0d3..4d8032c 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -109,18 +109,17 @@ _libft-unit-test: d: compile _libft-unit-test @make -C libft-unit-test f | awk 'BEGIN { hide=0 } { if(/\/~~~\\/) hide=1; if(hide!=1) print; }' || true + @rm -f libft/libft.so @tput init @echo "For more details do:" @echo "less libft-unit-test/result.log" @echo "" - @rm -f libft/libft.so e: fast _libft-unit-test @make -C libft-unit-test b || true _FT_SPLIT_TESTER: @patch -d FT_SPLIT_TESTER -p1 --dry-run < FT_SPLIT_TESTER.patch >/dev/null 2>&1 && patch -d FT_SPLIT_TESTER -p1 < FT_SPLIT_TESTER.patch || true - @grep -q '../*.c' FT_SPLIT_TESTER/Makefile && sed -i'.orig' -e 's/\.\.\/\*\.c/..\/libft\/ft_split.c ..\/libft\/ft_bzero.c ..\/libft\/ft_calloc.c ..\/libft\/ft_memcpy.c ..\/libft\/ft_memset.c ..\/libft\/ft_strlen.c/' FT_SPLIT_TESTER/Makefile || true f: compile _FT_SPLIT_TESTER @make -C FT_SPLIT_TESTER all || true