From 51203c1a43a8ee2d000474ea60d624d610d01efd Mon Sep 17 00:00:00 2001 From: y-syo Date: Tue, 30 Apr 2024 11:05:07 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix(libft):=20?= =?UTF-8?q?fixed=20compilation=20errors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libft/Makefile | 2 +- libft/include/libft.h | 4 ++-- libft/src/str/ft_strlen.c | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/libft/Makefile b/libft/Makefile index a56a743..9ff87e7 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -6,7 +6,7 @@ # By: mmoussou