From 897e2fb09b9b936d81aa85cb5014c9e7bab20acc Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Thu, 31 Dec 2020 02:27:47 +0000 Subject: [PATCH] add a target for updating the libssh2 tree... --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c4d2160..0f9ab4b 100644 --- a/Makefile +++ b/Makefile @@ -22,4 +22,7 @@ dist: @cd ${VERSION}/libssh2 && autoreconf -fi @tar -cJf ${VERSION}.tar.xz ${VERSION} +updatelibssh2: + git subtree merge --squash -P libssh2 https://github.com/libssh2/libssh2.git master + .include