From 0451d68ddc3b945ae0c3c30d14061ff9f523c0c8 Mon Sep 17 00:00:00 2001 From: Christopher Uhlig Date: Mon, 5 Aug 2024 13:53:50 +0200 Subject: added strncpy in make and removed -g out of main makefile --- lib/libft/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/libft/Makefile b/lib/libft/Makefile index 3c2fb91..6951c43 100644 --- a/lib/libft/Makefile +++ b/lib/libft/Makefile @@ -30,6 +30,7 @@ SRC = ft_atoi.c \ ft_strlen.c \ ft_strmapi.c \ ft_strncmp.c \ + ft_strncpy.c \ ft_strnstr.c \ ft_strrchr.c \ ft_strtrim.c \ -- cgit v1.2.3