diff --git a/Makefile b/Makefile index 085c7e1..091873e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: tmaze +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/03/27 16:51:02 by tmaze #+# #+# # -# Updated: 2020/01/22 17:50:24 by tmaze ### ########.fr # +# Updated: 2020/01/25 18:03:28 by tmaze ### ########.fr # # # #******************************************************************************# @@ -27,7 +27,7 @@ endif # Compilator CC = gcc -FLAGS = -Wall -Wextra -Werror -g -fsanitize=address +FLAGS = -Wall -Wextra -Werror # Folders LIBDIR = libft