diff --git a/Makefile b/Makefile index b40fc48..3b62693 100644 --- a/Makefile +++ b/Makefile @@ -15,3 +15,9 @@ build: clean veryclean: clean rm -rf pyenv + +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