Editing to be normed \!

This commit is contained in:
Raphael 2024-07-18 21:19:26 +02:00
parent 501b45d763
commit 3d145fb1e3
6 changed files with 17 additions and 25 deletions

View file

@ -6,7 +6,7 @@
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
# Updated: 2024/07/18 18:51:45 by rparodi ### ########.fr #
# Updated: 2024/07/18 20:55:39 by rparodi ### ########.fr #
# #
# **************************************************************************** #
@ -23,7 +23,7 @@ RM = rm -rf
# Flags
CFLAGS = -Werror -Wextra -Wall -Wno-unused-command-line-argument -g3 -MMD
# CFLAGS += -fsanitize=thread
CFLAGS += -fsanitize=thread
INCLUDES = ./includes/philo.h \
./includes/types.h