diff --git a/libft/Makefile b/libft/Makefile index d5cfc00..5c71fc4 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 17:40:26 by gbaconni ### lausanne.ch # +# Updated: 2021/10/25 06:50:07 by gbaconni ### lausanne.ch # # # # **************************************************************************** # # @@ -87,7 +87,7 @@ _Libftest: @rm -fr Libftest/tests/Part1_functions/ft_memccpy || true c: compile _Libftest - @cd Libftest && ./grademe.sh -u -l -b || true + @cd Libftest && ./grademe.sh -u -l -b -m || true @echo "" @echo "For more details do:" @echo "less Libftest/deepthought" @@ -144,5 +144,12 @@ fclean: clean @make -C libft-unit-test fclean || true @$(RM) $(RMFLAGS) $(OUT) +reset: + @rm -fr Libftest + @rm -fr libft-unit-test + @rm -fr libftTester + @rm -fr munit + @git submodule update --init + re: fclean all