From dc2f53d353f43812e985af2d6fd3e6d57c6794fa Mon Sep 17 00:00:00 2001 From: Guy Baconniere Date: Mon, 25 Oct 2021 11:21:34 +0200 Subject: [PATCH] 2021-10-25 11:21:34 --- libft/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libft/Makefile b/libft/Makefile index 89e3630..9da6913 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/25 10:56:04 by gbaconni ### ########.fr # +# Updated: 2021/10/25 11:21:05 by gbaconni ### ########.fr # # # # **************************************************************************** # # @@ -53,7 +53,7 @@ setup: @ln -snvf $$(find ~ -mindepth 2 -maxdepth 4 -name libft.a -type f -exec dirname "{}" \; 2>/dev/null | head -n1) libft @echo "" @echo "If the above is not the correct location of your libft, use one of the following command to fix it:" - @find ~ -mindepth 2 -maxdepth 4 -name libft.h -type f -exec dirname "{}" \; 2>/dev/null | xargs -r -I{} echo ln -snvf {} libft + @find ~ -mindepth 2 -maxdepth 4 -name libft.h -type f -exec dirname "{}" \; 2>/dev/null | xargs -I{} echo ln -snvf {} libft help: @echo "a: nemequ/µnit"