From a7c254ca8da405838abd6922d550c648a666d0e8 Mon Sep 17 00:00:00 2001 From: marvin Date: Fri, 22 Oct 2021 11:24:55 +0200 Subject: [PATCH] 2021-10-22 11:24:55 --- libft/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libft/Makefile b/libft/Makefile index 901b0ee..3efc723 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -6,7 +6,7 @@ # By: gbaconni +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/10/22 09:10:00 by gbaconni #+# #+# # -# Updated: 2021/10/22 11:22:52 by gbaconni ### ########.fr # +# Updated: 2021/10/22 11:23:52 by gbaconni ### ########.fr # # # # **************************************************************************** # # @@ -61,6 +61,9 @@ d: compile test: a b c d @echo "done." +update: + @git pull + compile: @make -C $(LIBDIR) all @$(CC) $(CFLAGS) $(SRC) -I${LIBDIR} -I$(HDRDIR) -L${LIBDIR} -l${LIB} -o $(OUT)