GNL now using libft functions

This commit is contained in:
2025-11-16 20:34:13 +01:00
parent 06d5582e88
commit a7dbd94e42
6 changed files with 14 additions and 82 deletions

View File

@@ -17,8 +17,6 @@ SRC = ft_strlen.c ft_strlcpy.c ft_strlcat.c ft_strchr.c \
ft_memfree.c ft_issign.c ft_isspace.c ft_iabs.c \
ft_strcmp.c
OBJ = $(SRC:.c=.o)
CC = cc