diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-03 14:42:46 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-03 14:47:11 +0100 |
| commit | cc2adbf09541c0d9309d66f719c86e7fe5d351d7 (patch) | |
| tree | f9d61b11e57dcdfebc9092554df1a64d0d4958c5 /Makefile | |
| parent | e874ad94a31a8259b8eb7ad2865767c081bcd279 (diff) | |
| download | philosophers-cc2adbf09541c0d9309d66f719c86e7fe5d351d7.tar.gz philosophers-cc2adbf09541c0d9309d66f719c86e7fe5d351d7.tar.bz2 philosophers-cc2adbf09541c0d9309d66f719c86e7fe5d351d7.zip | |
Updated philo directories for correctionrendu
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 34f114d..0000000 --- a/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# **************************************************************************** # -# # -# ::: :::::::: # -# Makefile :+: :+: :+: # -# +:+ +:+ +:+ # -# By: cacharle <marvin@42.fr> +#+ +:+ +#+ # -# +#+#+#+#+#+ +#+ # -# Created: 2020/02/09 03:31:28 by cacharle #+# #+# # -# 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_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" - -philo_one: - $(MAKE) -C $(PHILO_ONE_DIR) - -philo_two: - $(MAKE) -C $(PHILO_TWO_DIR) - -philo_three: - $(MAKE) -C $(PHILO_THREE_DIR) - -.PHONY: philo_one philo_two philo_three help |
