diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-01 09:36:07 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-01 09:36:07 +0200 |
| commit | a237321ee53f44793ebc8b9db26b743f092b5e40 (patch) | |
| tree | 2e983b03826f41bf64af16d3665b12d74a121fa1 /philo_three/Makefile | |
| parent | f57ec76fd1be738d7b9d82c1f7548883efa15d0c (diff) | |
| download | philosophers-a237321ee53f44793ebc8b9db26b743f092b5e40.tar.gz philosophers-a237321ee53f44793ebc8b9db26b743f092b5e40.tar.bz2 philosophers-a237321ee53f44793ebc8b9db26b743f092b5e40.zip | |
Fixing philo_three working
Diffstat (limited to 'philo_three/Makefile')
| -rw-r--r-- | philo_three/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/philo_three/Makefile b/philo_three/Makefile index 6428673..a9f4640 100644 --- a/philo_three/Makefile +++ b/philo_three/Makefile @@ -6,12 +6,12 @@ # By: cacharle <marvin@42.fr> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/11/24 05:50:15 by cacharle #+# #+# # -# Updated: 2020/09/30 08:48:37 by cacharle ### ########.fr # +# Updated: 2020/10/01 09:10:44 by cacharle ### ########.fr # # # # **************************************************************************** # RM = rm -f -MAKE = --no-print-directory +MAKE = make --no-print-directory COMMON_DIR = ../common |
