protected strchr & strlen

This commit is contained in:
Tanguy MAZE
2018-05-16 16:10:34 +02:00
parent c5a13918c2
commit 491de12723
3 changed files with 13 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2018/04/07 12:47:06 by tmaze #+# #+# #
# Updated: 2018/05/16 12:22:34 by tmaze ### ########.fr #
# Updated: 2018/05/16 15:07:10 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -32,7 +32,7 @@ $(NAME): $(OBJS)
ar rcs $(NAME) $(OBJS)
%.o: %.c libft.h
$(CC) $(CCFLAGS) $(CCSTD) $(INCLS) -c $< -o $@
$(CC) $(CCFLAGS) $(CCSTD) $(INCLS) -g -c $< -o $@
clean:
rm -f $(OBJS)