diff options
| author | Christopher Uhlig | 2024-08-05 13:53:50 +0200 |
|---|---|---|
| committer | Christopher Uhlig | 2024-08-05 13:53:50 +0200 |
| commit | 0451d68ddc3b945ae0c3c30d14061ff9f523c0c8 (patch) | |
| tree | 496ede6b644586c2f2cccc6268968e797d22325a /lib/libft/Makefile | |
| parent | 243d01380b6cf295a540c37bc83f2e669fbc09ea (diff) | |
| download | minishell-0451d68ddc3b945ae0c3c30d14061ff9f523c0c8.tar.gz minishell-0451d68ddc3b945ae0c3c30d14061ff9f523c0c8.zip | |
added strncpy in make and removed -g out of main makefile
Diffstat (limited to 'lib/libft/Makefile')
| -rw-r--r-- | lib/libft/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
