From 42360f381cebd6376c261b16038a7f12971f925e Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 30 Sep 2020 08:18:29 +0200 Subject: Added 'has taken fork' log, Refactoring philo_one to work with new common lib --- philo_one/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'philo_one/Makefile') diff --git a/philo_one/Makefile b/philo_one/Makefile index 091bd56..ea58d9e 100644 --- a/philo_one/Makefile +++ b/philo_one/Makefile @@ -6,11 +6,14 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/11/24 05:50:15 by cacharle #+# #+# # -# Updated: 2020/09/30 07:45:51 by cacharle ### ########.fr # +# Updated: 2020/09/30 08:00:20 by cacharle ### ########.fr # # # # **************************************************************************** # RM = rm -f +MAKE = make --no-print-directory + +COMMONDIR = ../common CC = gcc CCFLAGS = -I$(COMMONDIR) -Wall -Wextra #-Werror -- cgit