diff --git a/libft/Makefile b/libft/Makefile index 50e6493..f49f26c 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:27:58 by gbaconni ### ########.fr # +# Updated: 2021/10/22 11:29:02 by gbaconni ### ########.fr # # # # **************************************************************************** # # @@ -54,6 +54,7 @@ c: compile @cd Libftest && ./grademe.sh || true d: compile + @make -C libft-unit-test clean || true @make -C libft-unit-test all || true @cd libft-unit-test && ./run_test || true