make pull-protocols

This commit is contained in:
Tony Garnock-Jones 2021-07-01 09:55:45 +02:00
parent 8008ca5a53
commit 255416c295
1 changed files with 6 additions and 0 deletions

View File

@ -22,3 +22,9 @@ test: setup testonly
testonly:
raco test -p $(PACKAGES)
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