From c62d0e64c6042a0185382e684359a57eb9e3bf39 Mon Sep 17 00:00:00 2001 From: marvin Date: Sun, 24 Oct 2021 09:14:03 +0200 Subject: [PATCH] 2021-10-24 09:14:03 --- libft/Makefile | 4 ++-- libft/libft | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libft/Makefile b/libft/Makefile index e6c0a5b..c757eaa 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -6,7 +6,7 @@ # By: +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/10/22 09:10:00 by gbaconni #+# #+# # -# Updated: 2021/10/24 06:59:36 by gbaconni ### ########.fr # +# Updated: 2021/10/24 09:13:45 by gbaconni ### lausanne.ch # # # # **************************************************************************** # # @@ -39,7 +39,7 @@ endif RM = rm RMFLAGS = -f -all: compile test +all: compile debug: @make re DEBUG=1 diff --git a/libft/libft b/libft/libft index 37dc26e..285cd2c 120000 --- a/libft/libft +++ b/libft/libft @@ -1 +1 @@ -/home/baco/42/libft/git \ No newline at end of file +/Users/baco/42/libft/git \ No newline at end of file