2021-10-27 11:03:34
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user