aboutsummaryrefslogtreecommitdiff
path: root/philo_three/Makefile
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-08 17:57:23 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-08 17:57:23 +0100
commit36c5e3a81de8b910bc04a37994b53296c1540353 (patch)
treeed8ff37d914606ba3b4d6921956bd9b29cac0f17 /philo_three/Makefile
parentad7ed73c124c8fcda6629350307f0f4f41b87fe3 (diff)
downloadphilosophers-36c5e3a81de8b910bc04a37994b53296c1540353.tar.gz
philosophers-36c5e3a81de8b910bc04a37994b53296c1540353.tar.bz2
philosophers-36c5e3a81de8b910bc04a37994b53296c1540353.zip
Added separate thread to flush buffer in philo_one and philo_two
Diffstat (limited to 'philo_three/Makefile')
-rw-r--r--philo_three/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/philo_three/Makefile b/philo_three/Makefile
index da20c9d..cac5e51 100644
--- a/philo_three/Makefile
+++ b/philo_three/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/11/24 05:50:15 by cacharle #+# #+# #
-# Updated: 2021/01/08 14:32:09 by charles ### ########.fr #
+# Updated: 2021/01/08 15:03:18 by charles ### ########.fr #
# #
# **************************************************************************** #
@@ -17,7 +17,7 @@ MAKE = make --no-print-directory
COMMON_DIR = ../common
CC = gcc
-CCFLAGS = -std=c99 -Wall -Wextra -Werror -O2 -I$(COMMON_DIR)/inc
+CCFLAGS = -std=c99 -O2 -I$(COMMON_DIR)/inc -Wall -Wextra #-Werror
LDFLAGS = -lpthread -L$(COMMON_DIR) -lphilocommon
NAME = philo_three