diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-15 00:36:04 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-15 00:36:04 +0100 |
| commit | 6a1e91750ee43fccb6160af0f44139698c8dfdc3 (patch) | |
| tree | 70a9bc690134362459c5617b0213e2822d68ed51 /Makefile | |
| parent | f6a960c09c9593af72ff6da2c3ed501e01a0f429 (diff) | |
| download | philosophers-6a1e91750ee43fccb6160af0f44139698c8dfdc3.tar.gz philosophers-6a1e91750ee43fccb6160af0f44139698c8dfdc3.tar.bz2 philosophers-6a1e91750ee43fccb6160af0f44139698c8dfdc3.zip | |
philo_two working (again with the hack?)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |
