Merge branch 'dev' into dev2

This commit is contained in:
tvdu29
2020-01-28 13:42:03 +01:00
committed by GitHub
8 changed files with 154 additions and 116 deletions

View File

@@ -27,7 +27,7 @@ endif
# Compilator
CC = gcc
FLAGS = -Wall -Wextra -Werror -g -fsanitize=address
FLAGS = -Wall -Wextra -Werror
# Folders
LIBDIR = libft