From 2c9ee277fa028c66fa882740921393a295f8cd80 Mon Sep 17 00:00:00 2001 From: tomoron Date: Fri, 16 Feb 2024 22:27:05 +0100 Subject: [PATCH] amelioration TRES importante sur le makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4307097..c2807eb 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/07/28 00:35:01 by tomoron #+# #+# # -# Updated: 2024/02/16 22:15:40 by tomoron ### ########.fr # +# Updated: 2024/02/16 22:26:51 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -54,6 +54,7 @@ clean: install: $(NAME) cp $(NAME) ~/.local/bin/msh + cp $(NAME) ~/.local/bin/minishell fclean: clean rm -f $(NAME)