amelioration TRES importante sur le makefile

This commit is contained in:
2024-02-16 22:27:05 +01:00
parent d202d0e337
commit 2c9ee277fa

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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)