From 5309cbd7fd2d275c26c20ab9d5702f0f1c575bfa Mon Sep 17 00:00:00 2001 From: Danny Jonker Date: Mon, 22 May 2023 00:44:04 +0200 Subject: [PATCH] done? --- philo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/philo/Makefile b/philo/Makefile index 72f7765..0fc4650 100644 --- a/philo/Makefile +++ b/philo/Makefile @@ -6,7 +6,7 @@ # By: djonker // \ \ __| | | \ \/ / # # (| | )|_| |_| |> < # # 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