diff options
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 |
