v2.1
This commit is contained in:
parent
be438f7dec
commit
e76297409e
4
Makefile
4
Makefile
@ -6,7 +6,7 @@
|
||||
# By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2022/09/27 08:39:27 by cchauvet #+# #+# #
|
||||
# Updated: 2022/10/04 14:19:21 by cchauvet ### ########.fr #
|
||||
# Updated: 2022/10/04 14:23:05 by cchauvet ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
@ -76,7 +76,7 @@ bonus: ${OBJS} ${BOJS}
|
||||
${CC} ${CFLAGS} -c -o $@ $<
|
||||
|
||||
clean:
|
||||
rm -f ${OBJS}
|
||||
rm -f ${OBJS} ${BOBJS}
|
||||
|
||||
fclean: clean
|
||||
rm -f ${NAME}.a
|
||||
|
BIN
ft_lstadd_back.o
BIN
ft_lstadd_back.o
Binary file not shown.
Binary file not shown.
BIN
ft_lstclear.o
BIN
ft_lstclear.o
Binary file not shown.
BIN
ft_lstdelone.o
BIN
ft_lstdelone.o
Binary file not shown.
BIN
ft_lstiter.o
BIN
ft_lstiter.o
Binary file not shown.
BIN
ft_lstlast.o
BIN
ft_lstlast.o
Binary file not shown.
BIN
ft_lstmap.o
BIN
ft_lstmap.o
Binary file not shown.
BIN
ft_lstnew.o
BIN
ft_lstnew.o
Binary file not shown.
BIN
ft_lstsize.o
BIN
ft_lstsize.o
Binary file not shown.
Loading…
Reference in New Issue
Block a user