aboutsummaryrefslogtreecommitdiff
path: root/philo_two/Makefile
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-05 17:00:51 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-05 17:00:51 +0200
commit47e1a7b4af69e1998182126310e42af83cf214ed (patch)
treeaedb74e78e9fdbd7a6593ea773d47364bd158e61 /philo_two/Makefile
parent473cf5d7576744b679b7a504232b5ebd4b5d689f (diff)
downloadphilosophers-47e1a7b4af69e1998182126310e42af83cf214ed.tar.gz
philosophers-47e1a7b4af69e1998182126310e42af83cf214ed.tar.bz2
philosophers-47e1a7b4af69e1998182126310e42af83cf214ed.zip
Norming and destroy on error
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 c4084a7..33ae4ea 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: 2020/09/30 10:37:38 by cacharle ### ########.fr #
+# Updated: 2020/10/05 16:21:27 by cacharle ### ########.fr #
# #
# **************************************************************************** #
@@ -16,7 +16,7 @@ MAKE = make --no-print-directory
COMMONDIR = ../common
CC = gcc
-CCFLAGS = -Wall -Wextra -I$(COMMONDIR) #-Werror
+CCFLAGS = -g -Wall -Wextra -I$(COMMONDIR) #-Werror
LDFLAGS = -lpthread -L$(COMMONDIR) -lphilocommon
NAME = philo_two