novy-syndicate/Makefile

12 lines
238 B
Makefile
Raw Normal View History

2021-10-11 10:55:45 +00:00
all:
yarn run build
clean:
yarn run clean
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