some norm and malloc protection

This commit is contained in:
hugogogo
2022-01-09 12:23:22 +01:00
parent 48118ae3ab
commit b93e8c5e22
5 changed files with 81 additions and 40 deletions

View File

@@ -21,7 +21,8 @@ LIBFT_D = ./libft
LIBFT = $(LIBFT_D)/libft.a
SRCS = main.c \
init.c
init.c \
exec.c
DIR_OBJS = builds
OBJS = $(SRCS:%.c=$(DIR_OBJS)/%.o)