diff --git a/libft/Makefile b/libft/Makefile index 23a2e00..901b0ee 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -6,7 +6,7 @@ # By: gbaconni +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/10/22 09:10:00 by gbaconni #+# #+# # -# Updated: 2021/10/22 11:07:23 by gbaconni ### ########.fr # +# Updated: 2021/10/22 11:22:52 by gbaconni ### ########.fr # # # # **************************************************************************** # # @@ -49,7 +49,7 @@ b: compile @make -C libftTester b || true c: compile - @make -C libftTester clean || true + @make -C Libftest clean || true @make -C Libftest all || true @grep -q '^PATH_LIBFT=\.\./libft' Libftest/my_config.sh || sed -i '' -r 's/^(PATH_LIBFT)=.*/\1=..\/libft/' Libftest/my_config.sh @cd Libftest && ./grademe.sh || true