diff --git a/Makefile b/Makefile index b701610..058cdc3 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: adjoly +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/01 11:03:22 by adjoly #+# #+# # -# Updated: 2023/11/06 11:12:48 by adjoly ### ########.fr # +# Updated: 2023/11/06 17:37:53 by adjoly ### ########.fr # # # # **************************************************************************** # @@ -49,7 +49,7 @@ HEADER = libft.h $(NAME): $(OBJS) ar -rcs $(NAME) $(OBJS) -so: +# so: $(CC) -nostartfiles -fPIC $(CFLAGS) $(SRCS) gcc -nostartfiles -shared -o libft.so $(OBJS) diff --git a/libft.so b/libft.so deleted file mode 100755 index 1431981..0000000 Binary files a/libft.so and /dev/null differ