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)