aboutsummaryrefslogtreecommitdiff
path: root/philo_two/Makefile
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-02 12:08:59 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-02 12:08:59 +0100
commit7aab8f34e8a238ce0688bf9f7e7f0b731902580f (patch)
tree6ab0541168d07c2755c51d9ef6875012105816e8 /philo_two/Makefile
parent280dace8bf97242151faf8297af31de67f77085c (diff)
downloadphilosophers-7aab8f34e8a238ce0688bf9f7e7f0b731902580f.tar.gz
philosophers-7aab8f34e8a238ce0688bf9f7e7f0b731902580f.tar.bz2
philosophers-7aab8f34e8a238ce0688bf9f7e7f0b731902580f.zip
Updated philo_two with philo_three logic, Norming philo_two and philo_three
Diffstat (limited to 'philo_two/Makefile')
-rw-r--r--philo_two/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/philo_two/Makefile b/philo_two/Makefile
index a4373d0..88c0f8b 100644
--- a/philo_two/Makefile
+++ b/philo_two/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/11/24 05:50:15 by cacharle #+# #+# #
-# Updated: 2021/01/01 15:18:02 by charles ### ########.fr #
+# Updated: 2021/01/02 11:27:33 by cacharle ### ########.fr #
# #
# **************************************************************************** #
@@ -16,7 +16,7 @@ MAKE = make --no-print-directory
COMMONDIR = ../common
CC = gcc
-CCFLAGS = -g -I$(COMMONDIR) -O2 -std=c99 -Wall -Wextra -Werror
+CCFLAGS = -g -I$(COMMONDIR) -O2 -std=c99 -Wall -Wextra #-Werror
LDFLAGS = -lpthread -L$(COMMONDIR) -lphilocommon
NAME = philo_two