This commit is contained in:
Camille Chauvet 2022-10-28 17:14:04 +02:00
parent 9fd933c69f
commit 1c6e823928
4 changed files with 5 additions and 20 deletions

View File

@ -6,7 +6,7 @@
# By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ # # By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2022/09/27 08:39:27 by cchauvet #+# #+# # # Created: 2022/09/27 08:39:27 by cchauvet #+# #+# #
# Updated: 2022/10/21 15:29:46 by cchauvet ### ########.fr # # Updated: 2022/10/23 19:34:26 by cchauvet ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -59,7 +59,7 @@ OBJS = ${SRCS:.c=.o}
BOBJS = ${BSRCS:.c=.o} BOBJS = ${BSRCS:.c=.o}
NAME = libft NAME = libft.a
CFLAG = -Wall -Werror -Wextra CFLAG = -Wall -Werror -Wextra
@ -72,13 +72,13 @@ ${NAME}: ${OBJS}
ar -rc ${NAME}.a ${OBJS} ar -rc ${NAME}.a ${OBJS}
bonus: ${OBJS} ${BOBJS} bonus: ${OBJS} ${BOBJS}
ar -rc ${NAME}.a ${OBJS} ${BOBJS} ar -rc ${NAME} ${OBJS} ${BOBJS}
clean: clean:
rm -f ${OBJS} ${BOBJS} rm -f ${OBJS} ${BOBJS}
fclean: clean fclean: clean
rm -f ${NAME}.a rm -f ${NAME}
re: fclean all re: fclean all

View File

@ -6,7 +6,7 @@
/* By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ */ /* By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2022/09/29 23:58:34 by cchauvet #+# #+# */ /* Created: 2022/09/29 23:58:34 by cchauvet #+# #+# */
/* Updated: 2022/10/04 14:06:22 by cchauvet ### ########.fr */ /* Updated: 2022/10/26 18:06:00 by cchauvet ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */

View File

@ -1,15 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strteri.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/09/29 22:16:27 by cchauvet #+# #+# */
/* Updated: 2022/09/29 22:17:02 by cchauvet ### ########.fr */
/* */
/* ************************************************************************** */
#include "libft.h"
void ft_striteri(char *s, void (*f)(unsigned int, char *));

BIN
libft.a.a Normal file

Binary file not shown.