aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 24e240b..3a9fd90 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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)