aboutsummaryrefslogtreecommitdiff
path: root/philo_one/Makefile
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-12-30 14:06:17 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-12-30 14:06:17 +0100
commitcf2ef2c3901f3da524079a9ad912dfb99e115a7e (patch)
tree7868f1f02a3fab1aa74606c1f9a3a00c0287976f /philo_one/Makefile
parent2baa67fd7ad31fe53ab21d257a104478e787fb62 (diff)
downloadphilosophers-cf2ef2c3901f3da524079a9ad912dfb99e115a7e.tar.gz
philosophers-cf2ef2c3901f3da524079a9ad912dfb99e115a7e.tar.bz2
philosophers-cf2ef2c3901f3da524079a9ad912dfb99e115a7e.zip
Fixed meal_num args for philo_one
Diffstat (limited to 'philo_one/Makefile')
-rw-r--r--philo_one/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/philo_one/Makefile b/philo_one/Makefile
index 9fb6a6a..e6e3ec1 100644
--- a/philo_one/Makefile
+++ b/philo_one/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/11/24 05:50:15 by cacharle #+# #+# #
-# Updated: 2020/10/24 13:02:59 by charles ### ########.fr #
+# Updated: 2020/12/30 13:55:45 by charles ### ########.fr #
# #
# **************************************************************************** #
@@ -16,7 +16,7 @@ MAKE = make --no-print-directory
COMMONDIR = ../common
CC = gcc
-CCFLAGS = -g -I$(COMMONDIR) -Wall -Wextra -Werror
+CCFLAGS = -g -I$(COMMONDIR) -Wall -Wextra #-Werror
LDFLAGS = -lpthread -L$(COMMONDIR) -lphilocommon
NAME = philo_one