mirror of
https://github.com/logos-co/logos-modules.git
synced 2026-08-30 19:41:08 +00:00
9 lines
226 B
Makefile
9 lines
226 B
Makefile
update-blockchain: update-blockchain-module update-blockchain-ui
|
|
|
|
update-blockchain-module:
|
|
git submodule update --remote logos-blockchain-module/
|
|
|
|
update-blockchain-ui:
|
|
git submodule update --remote logos-blockchain-ui/
|
|
|