2021-10-24 01:06:19

This commit is contained in:
marvin
2021-10-24 01:06:19 +02:00
parent a860d9df61
commit 76fb8bc654

View File

@@ -6,7 +6,7 @@
# By: <gbaconni@student.42lausanne.ch> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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