some norminettes and error in memorybook when adding a 2d pointer

This commit is contained in:
Hugo LAMY
2022-05-04 18:54:21 +02:00
parent 6000629c17
commit d4e5f298fa
12 changed files with 85 additions and 60 deletions

View File

@@ -11,7 +11,7 @@ _DEP = libft.h
DEPS = $(_DEP:%.h=$(IDIR)/%.h)
CFLAGS = -I$(IDIR)
CFLAGS += -Wall -Wextra -Werror
CFLAGS += -Wall -Wextra -Werror -g3
SRCS = \
ft_bzero.c \