add -g to libft makefile; add day 3

This commit is contained in:
2024-12-03 10:45:55 +01:00
parent 60acac0231
commit 0f2cc977b0
6 changed files with 290 additions and 4 deletions

View File

@ -1,7 +1,5 @@
# **************************************************************************** #
# #
# ::: :::::::: #
# Makefile :+: :+: :+: #
# # ::: :::::::: # Makefile :+: :+: :+: #
# +:+ +:+ +:+ #
# By: tomoron <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
@ -65,7 +63,7 @@ SRCS_BONUS = ft_lstnew.c\
OBJS = $(SRCS:.c=.o)
OBJS_BONUS = $(SRCS_BONUS:.c=.o)
FLAGS = -Wall -Wextra -Werror
FLAGS = -Wall -Wextra -Werror -g
all: $(NAME)