Archived
1
0

libft done

This commit is contained in:
Adam Joly
2023-11-12 09:09:26 +01:00
parent 42f67cc750
commit 135db3ec4b
12 changed files with 2 additions and 9 deletions

View File

@ -6,7 +6,7 @@
# By: adjoly <adjoly@student.42.fr> +#+ +:+ +#+ # # By: adjoly <adjoly@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2023/11/01 11:03:22 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) $(NAME): $(OBJS)
ar -rcs $(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 %.o: %.c
$(CC) $(FLAGS) -I $(HEADER) $< -c -o $@ $(CC) $(FLAGS) -I $(HEADER) $< -c -o $@
@ -83,7 +79,7 @@ bonus: $(OBJS_BONUS)
ar -rcs $(NAME) $(OBJS_BONUS) ar -rcs $(NAME) $(OBJS_BONUS)
clean: clean:
rm -f $(OBJS) rm -f $(OBJS) $(OBJS_BONUS)
fclean: clean fclean: clean
rm -f $(NAME) rm -f $(NAME)

View File

@ -1,2 +0,0 @@
# libft
https://github.com/Tripouille/libftTester

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Submodule libftTester deleted from 8aeba50f11