Skip to content

Commit

Permalink
Makefile, done 125%. nov7-12-38.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joarell committed Nov 7, 2021
1 parent f53462d commit 78a1dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# By: Jev <jsouza-c@student.42sp.org.br> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/10/30 17:46:20 by Jev #+# #+# #
# Updated: 2021/11/03 23:53:29 by coder ### ########.fr #
# Updated: 2021/11/06 22:19:04 by Jev ### ########.fr #
# #
# **************************************************************************** #

Expand All @@ -17,7 +17,7 @@ ft_strtrim.c ft_split.c ft_itoa.c ft_strmapi.c ft_striteri.c ft_putchar_fd.c ft_
ft_putendl_fd.c ft_putnbr_fd.c

SRCS_BONUS = ft_lstnew.c ft_lstadd_front.c ft_lstsize.c ft_lstlast.c ft_lstadd_back.c ft_lstdelone.c ft_lstclear.c \
ft_lstiter.c
ft_lstiter.c ft_lstmap.c

NAME = libft.a

Expand Down

0 comments on commit 78a1dd0

Please sign in to comment.