From bf1d42d5f528ba3f07ebff8c8bdbd3f90ceccb3c Mon Sep 17 00:00:00 2001 From: tomoron Date: Fri, 16 Feb 2024 22:15:52 +0100 Subject: [PATCH] make install --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f9432dd..4307097 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/07/28 00:35:01 by tomoron #+# #+# # -# Updated: 2024/02/16 21:56:22 by tomoron ### ########.fr # +# Updated: 2024/02/16 22:15:40 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -52,6 +52,9 @@ clean: rm -rf $(OBJS_DIR) make --no-print-directory -C ./libft clean +install: $(NAME) + cp $(NAME) ~/.local/bin/msh + fclean: clean rm -f $(NAME) make --no-print-directory -C ./libft fclean