From 314f8f2c501322717c247fe512093a894244b702 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 1 Dec 2020 21:35:53 +0100 Subject: Merged shotgunfixes --- libft/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libft/Makefile') diff --git a/libft/Makefile b/libft/Makefile index 4024b3e..66b8081 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -28,6 +28,7 @@ SRCS_NAME += ft_strclen.c SRCS_NAME += ft_strnlen.c SRCS_NAME += ft_isalpha.c SRCS_NAME += ft_isdigit.c +SRCS_NAME += ft_isfulldigit.c SRCS_NAME += ft_isalnum.c SRCS_NAME += ft_isascii.c SRCS_NAME += ft_isprint.c -- cgit v1.2.3