From 4e46d4a381073b2fc151705083533a50a9286471 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 1 Jul 2021 10:01:19 +0200 Subject: [PATCH] make pull-protocols --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 2363b40..368ec32 100644 --- a/Makefile +++ b/Makefile @@ -41,3 +41,9 @@ arm-binary-release: arm-binary-debug: cross build --target=armv7-unknown-linux-musleabihf --all-targets --features vendored-openssl + +pull-protocols: + git subtree pull -P protocols \ + -m 'Merge latest changes from the syndicate-protocols repository' \ + git@git.syndicate-lang.org:syndicate-lang/syndicate-protocols \ + main