diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-12-30 14:06:17 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-12-30 14:06:17 +0100 |
| commit | cf2ef2c3901f3da524079a9ad912dfb99e115a7e (patch) | |
| tree | 7868f1f02a3fab1aa74606c1f9a3a00c0287976f /Makefile | |
| parent | 2baa67fd7ad31fe53ab21d257a104478e787fb62 (diff) | |
| download | philosophers-cf2ef2c3901f3da524079a9ad912dfb99e115a7e.tar.gz philosophers-cf2ef2c3901f3da524079a9ad912dfb99e115a7e.tar.bz2 philosophers-cf2ef2c3901f3da524079a9ad912dfb99e115a7e.zip | |
Fixed meal_num args for philo_one
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -6,20 +6,20 @@ # By: cacharle <marvin@42.fr> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/02/09 03:31:28 by cacharle #+# #+# # -# Updated: 2020/10/24 13:05:33 by charles ### ########.fr # +# Updated: 2020/12/30 13:48:29 by charles ### ########.fr # # # # **************************************************************************** # MAKE = make --no-print-directory -PHILO_ONE_DIR = philo_one -PHILO_TWO_DIR = philo_two +PHILO_ONE_DIR = philo_one +PHILO_TWO_DIR = philo_two PHILO_THREE_DIR = philo_three help: - @echo "make philo_one - compile philo_one" - @echo "make philo_two - compile philo_two" - @echo "make philo_three - compile philo_three" + @echo "make philo_one - compile philo_one" + @echo "make philo_two - compile philo_two" + @echo "make philo_three - compile philo_three" philo_one: $(MAKE) -C $(PHILO_ONE_DIR) |
