diff --git a/libft/Makefile b/libft/Makefile index f49f26c..8caa010 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:29:02 by gbaconni ### ########.fr # +# Updated: 2021/10/22 11:30:35 by gbaconni ### ########.fr # # # # **************************************************************************** # # @@ -54,7 +54,6 @@ 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 @@ -73,6 +72,8 @@ clean: @$(RM) $(RMFLAGS) $(OUT) fclean: clean + @make -C libftTester clean || true + @make -C libft-unit-test clean || true @make -C $(LIBDIR) fclean @$(RM) $(RMFLAGS) $(OUT)