diff --git a/Makefile b/Makefile index 2a8896b..6702c33 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: adjoly +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/01 11:03:22 by adjoly #+# #+# # -# Updated: 2023/11/11 18:38:12 by adjoly ### ########.fr # +# Updated: 2023/11/12 09:08:30 by adjoly ### ########.fr # # # # **************************************************************************** # @@ -70,10 +70,6 @@ HEADER = libft.h $(NAME): $(OBJS) ar -rcs $(NAME) $(OBJS) -# so: - # $(CC) -nostartfiles -fPIC $(CFLAGS) $(SRCS) $(SRCS_BONUS) - # gcc -nostartfiles -shared -o libft.so $(OBJS) $(OBJS_BONUS) - %.o: %.c $(CC) $(FLAGS) -I $(HEADER) $< -c -o $@ @@ -83,7 +79,7 @@ bonus: $(OBJS_BONUS) ar -rcs $(NAME) $(OBJS_BONUS) clean: - rm -f $(OBJS) + rm -f $(OBJS) $(OBJS_BONUS) fclean: clean rm -f $(NAME) diff --git a/README.md b/README.md deleted file mode 100644 index 6b1f02b..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# libft -https://github.com/Tripouille/libftTester diff --git a/ft_lstadd_back.o b/ft_lstadd_back.o deleted file mode 100644 index 8cf09a8..0000000 Binary files a/ft_lstadd_back.o and /dev/null differ diff --git a/ft_lstadd_front.o b/ft_lstadd_front.o deleted file mode 100644 index 4e0634b..0000000 Binary files a/ft_lstadd_front.o and /dev/null differ diff --git a/ft_lstclear.o b/ft_lstclear.o deleted file mode 100644 index 8bf87e0..0000000 Binary files a/ft_lstclear.o and /dev/null differ diff --git a/ft_lstdelone.o b/ft_lstdelone.o deleted file mode 100644 index 7e2fa12..0000000 Binary files a/ft_lstdelone.o and /dev/null differ diff --git a/ft_lstiter.o b/ft_lstiter.o deleted file mode 100644 index 12fd286..0000000 Binary files a/ft_lstiter.o and /dev/null differ diff --git a/ft_lstlast.o b/ft_lstlast.o deleted file mode 100644 index 74fc159..0000000 Binary files a/ft_lstlast.o and /dev/null differ diff --git a/ft_lstmap.o b/ft_lstmap.o deleted file mode 100644 index eaf43d2..0000000 Binary files a/ft_lstmap.o and /dev/null differ diff --git a/ft_lstnew.o b/ft_lstnew.o deleted file mode 100644 index 79695bb..0000000 Binary files a/ft_lstnew.o and /dev/null differ diff --git a/ft_lstsize.o b/ft_lstsize.o deleted file mode 100644 index 94fa721..0000000 Binary files a/ft_lstsize.o and /dev/null differ diff --git a/libftTester b/libftTester deleted file mode 160000 index 8aeba50..0000000 --- a/libftTester +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8aeba50f112651bd4a75a06250b5dafb9724e7a7