aboutsummaryrefslogtreecommitdiff
path: root/philo_one/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'philo_one/Makefile')
-rw-r--r--philo_one/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/philo_one/Makefile b/philo_one/Makefile
index 091bd56..ea58d9e 100644
--- a/philo_one/Makefile
+++ b/philo_one/Makefile
@@ -6,11 +6,14 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/11/24 05:50:15 by cacharle #+# #+# #
-# Updated: 2020/09/30 07:45:51 by cacharle ### ########.fr #
+# Updated: 2020/09/30 08:00:20 by cacharle ### ########.fr #
# #
# **************************************************************************** #
RM = rm -f
+MAKE = make --no-print-directory
+
+COMMONDIR = ../common
CC = gcc
CCFLAGS = -I$(COMMONDIR) -Wall -Wextra #-Werror