From 1d7045808e11f23caaa8e04ac7a41573d27f7ae3 Mon Sep 17 00:00:00 2001 From: Baco Date: Sun, 24 Oct 2021 07:01:00 +0000 Subject: [PATCH] 2021-10-24 07:01:00 --- libft/Makefile | 5 ++--- libft/libft | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/libft/Makefile b/libft/Makefile index 85d2219..e6c0a5b 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 08:56:04 by gbaconni ### lausanne.ch # +# Updated: 2021/10/24 06:59:36 by gbaconni ### ########.fr # # # # **************************************************************************** # # @@ -113,8 +113,7 @@ update: compile: @make -C $(LIBRARY) all - $(CC) $(CFLAGS) -I$(INCLUDE) -I${LIBRARY} -L${LIBRARY} ${LIBS} -DMUNIT_DISABLE_TIMING=1 -o $(OUT) $(SRC) - + $(CC) $(CFLAGS) -I$(INCLUDE) $(SRC) -I${LIBRARY} -L${LIBRARY} ${LIBS} -DMUNIT_DISABLE_TIMING=1 -o $(OUT) clean: @make -C $(LIBRARY) clean || true @make -C libftTester clean || true diff --git a/libft/libft b/libft/libft index 285cd2c..37dc26e 120000 --- a/libft/libft +++ b/libft/libft @@ -1 +1 @@ -/Users/baco/42/libft/git \ No newline at end of file +/home/baco/42/libft/git \ No newline at end of file