From f0a36076950bf0c3356ad73382ce3d341cdb0463 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 27 Sep 2020 10:43:43 +0200 Subject: Added multiple meal, Removing bloat --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 73b011a..0a507d0 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/02/09 03:31:28 by cacharle #+# #+# # -# Updated: 2020/04/22 13:41:57 by charles ### ########.fr # +# Updated: 2020/09/27 09:04:22 by charles ### ########.fr # # # # **************************************************************************** # @@ -19,8 +19,8 @@ PHILO_THREE_DIR = philo_three help: @echo "make philo_one - compile philo_one" - @echo "make philo_two - compile philo_one" - @echo "make philo_three - compile philo_one" + @echo "make philo_two - compile philo_two" + @echo "make philo_three - compile philo_three" .PHONY: philo_one philo_one: -- cgit