This commit is contained in:
2024-04-26 16:08:33 +02:00
parent 6c58f1d26c
commit a7f8b264b7

View File

@ -6,7 +6,7 @@
# By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/07/28 00:35:01 by tomoron #+# #+# #
# Updated: 2024/04/26 14:49:33 by marde-vr ### ########.fr #
# Updated: 2024/04/26 16:08:22 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -96,7 +96,7 @@ install: $(NAME)
cp $(NAME) ~/.local/bin/minishell
fclean: clean
rm -f $(NAME)
rm -f $(NAME) $(NAME)_bonus
re: fclean all