From 6a1e91750ee43fccb6160af0f44139698c8dfdc3 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 15 Feb 2020 00:36:04 +0100 Subject: philo_two working (again with the hack?) --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 24e240b..3a9fd90 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/02/09 03:31:28 by cacharle #+# #+# # -# Updated: 2020/02/14 00:48:59 by cacharle ### ########.fr # +# Updated: 2020/02/14 22:44:40 by cacharle ### ########.fr # # # # **************************************************************************** # @@ -29,13 +29,13 @@ common: $(MAKE) $(MAKE_ARGS) -C $(COMMON_DIR) .PHONY: philo_one -philo_one: common +philo_one: $(MAKE) $(MAKE_ARGS) -C $(PHILO_ONE_DIR) .PHONY: philo_two -philo_two: common +philo_two: $(MAKE) $(MAKE_ARGS) -C $(PHILO_TWO_DIR) .PHONY: philo_three -philo_three: common +philo_three: $(MAKE) $(MAKE_ARGS) -C $(PHILO_THREE_DIR) -- cgit