This commit is contained in:
Danny Jonker 2023-05-22 00:44:04 +02:00
parent 0cbe5aa014
commit 5309cbd7fd

View File

@ -6,7 +6,7 @@
# By: djonker <djonker@student.codam.nl> // \ \ __| | | \ \/ / #
# (| | )|_| |_| |> < #
# Created: 2021/08/19 15:20:20 by djonker /'\_ _/`\__|\__,_/_/\_\ #
# Updated: 2023/05/20 09:36:06 by djonker \___)=(___/ #
# Updated: 2023/05/22 00:43:58 by djonker \___)=(___/ #
# #
# **************************************************************************** #
@ -26,7 +26,7 @@ clean:
@printf "\e[1;35mCleaned Object Files\n\e[0;00m"
fclean: clean
@$(RM) philo philo_bonus
@$(RM) philo
@printf "\e[1;31mCleaned Executables\n\e[0;00m"
re: fclean all