2021-10-27 11:03:34

This commit is contained in:
gbaconni
2021-10-27 11:03:34 +00:00
parent 86351940eb
commit 58b8d0d58d
2 changed files with 40 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ 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