Add ft_eoflags to replace ft_skipchars. Improve Makefile

This commit is contained in:
gbaconni
2022-04-26 12:13:32 +02:00
parent c20463e27a
commit 5cb8d465bf
5 changed files with 59 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
# By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/01/18 15:11:16 by gbaconni #+# #+# #
# Updated: 2022/04/25 22:40:27 by gbaconni ### lausanne.ch #
# Updated: 2022/04/26 10:42:02 by gbaconni ### ########.fr #
# #
# **************************************************************************** #
#
@@ -30,6 +30,7 @@ SRC = \
$(LIBFT)/ft_calloc.c \
$(LIBFT)/ft_strlen.c \
$(LIBFT)/ft_itoa.c \
ft_eoflags.c \
ft_skipchars.c \
ft_strrev.c \
ft_ltoa_base.c \