diff options
| author | Christopher Uhlig | 2025-01-13 11:06:54 +0100 |
|---|---|---|
| committer | Christopher Uhlig | 2025-01-13 11:06:54 +0100 |
| commit | 78dc50a2bce3c6e31405437189e2990d8fc720ac (patch) | |
| tree | d61d9f0d279e191c1bfb34929908f412cf58c02d /lib/libft/Makefile | |
| parent | ae5512ea0d6d8be833ca3a9b39f93239109f45b4 (diff) | |
| download | minishell-78dc50a2bce3c6e31405437189e2990d8fc720ac.tar.gz minishell-78dc50a2bce3c6e31405437189e2990d8fc720ac.zip | |
here
Diffstat (limited to 'lib/libft/Makefile')
| -rw-r--r-- | lib/libft/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libft/Makefile b/lib/libft/Makefile index 6f2950c..2150e99 100644 --- a/lib/libft/Makefile +++ b/lib/libft/Makefile @@ -26,6 +26,8 @@ SRC = ft_atoi.c \ ft_strdup.c \ ft_striteri.c \ ft_strjoin.c \ + ft_strcat.c \ + ft_strcpy.c \ ft_strlcat.c \ ft_strlcpy.c \ ft_strlen.c \ @@ -45,6 +47,7 @@ SRC = ft_atoi.c \ get_next_line.c \ get_next_line_utils.c \ ft_atol.c \ + ft_strcmp.c \ ft_lstnew_bonus.c \ ft_lstadd_front_bonus.c \ ft_lstsize_bonus.c \ |
