From a237321ee53f44793ebc8b9db26b743f092b5e40 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 1 Oct 2020 09:36:07 +0200 Subject: Fixing philo_three working --- philo_three/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'philo_three/Makefile') diff --git a/philo_three/Makefile b/philo_three/Makefile index 6428673..a9f4640 100644 --- a/philo_three/Makefile +++ b/philo_three/Makefile @@ -6,12 +6,12 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/11/24 05:50:15 by cacharle #+# #+# # -# Updated: 2020/09/30 08:48:37 by cacharle ### ########.fr # +# Updated: 2020/10/01 09:10:44 by cacharle ### ########.fr # # # # **************************************************************************** # RM = rm -f -MAKE = --no-print-directory +MAKE = make --no-print-directory COMMON_DIR = ../common -- cgit