From 3200eb1f9a05ff0404a9ec3b35ba7e1cd3b4d593 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 28 Aug 2021 15:35:54 +0200 Subject: [PATCH] Move pull-protocols target to repo root --- Makefile | 6 ++++++ syndicate/Makefile | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 263aa7a..79e1fcf 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,12 @@ release-%: -vv --no-dev-version --exclude-unchanged \ $* +pull-protocols: + git subtree pull -P syndicate/protocols \ + -m 'Merge latest changes from the syndicate-protocols repository' \ + git@git.syndicate-lang.org:syndicate-lang/syndicate-protocols \ + main + static: static-x86_64 static-%: diff --git a/syndicate/Makefile b/syndicate/Makefile index 5ae1981..dd6e7c6 100644 --- a/syndicate/Makefile +++ b/syndicate/Makefile @@ -9,9 +9,3 @@ inotifytest: binary-debug: cargo build --all-targets - -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