1
0

day finish

This commit is contained in:
Adam Joly
2023-11-06 17:42:26 +01:00
parent 872bd8603d
commit dcd1874c67
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# By: adjoly <adjoly@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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)

BIN
libft.so

Binary file not shown.