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