diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -14,7 +14,10 @@ SRCS = ft_isalpha.c ft_isdigit.c ft_isalnum.c ft_isascii.c ft_isprint.c \ ft_strlcpy.c ft_strlcat.c \ ft_strchr.c ft_strrchr.c ft_strnstr.c ft_atoi.c \ ft_calloc.c ft_strdup.c \ - ft_toupper.c ft_tolower.c + ft_toupper.c ft_tolower.c \ + ft_substr.c ft_strjoin.c ft_strtrim.c ft_split.c ft_itoa.c \ + ft_strmapi.c ft_striteri.c \ + ft_putchar_fd.c ft_putstr_fd.c ft_putendl_fd.c ft_putnbr_fd.c OBJS = $(SRCS:%.c=$(OBJDIR)/%.o) |
