aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-02 10:51:53 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-02 10:51:53 +0100
commit280dace8bf97242151faf8297af31de67f77085c (patch)
tree7fa68ce3deb4d9236d13de5c05201fcb491b6887 /common
parenta73b1e33ae3a4f55e3dd19defa1b853bc58f1eeb (diff)
downloadphilosophers-280dace8bf97242151faf8297af31de67f77085c.tar.gz
philosophers-280dace8bf97242151faf8297af31de67f77085c.tar.bz2
philosophers-280dace8bf97242151faf8297af31de67f77085c.zip
Norming philo_one
Diffstat (limited to 'common')
-rw-r--r--common/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Makefile b/common/Makefile
index e9c209d..d23cac9 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/02/09 22:39:08 by cacharle #+# #+# #
-# Updated: 2020/09/30 10:27:40 by cacharle ### ########.fr #
+# Updated: 2021/01/02 10:47:14 by cacharle ### ########.fr #
# #
# **************************************************************************** #
@@ -14,7 +14,7 @@ LIB = ar rcs
RM = rm -rf
CC = gcc
-CCFLAGS = -O2 -Wall -Wextra #-Werror
+CCFLAGS = -std=c99 -O2 -Wall -Wextra -Werror
NAME = libphilocommon.a