5 lines
173 B
Makefile
Raw Normal View History

all:
2022-05-16 13:41:09 +03:00
cd yggdrasil-go && ANDROID=true contrib/mobile/build
2022-05-16 13:42:54 +03:00
mv -f yggdrasil-go/yggdrasil.aar yggdrasil.aar;
mv -f yggdrasil-go/yggdrasil-sources.jar yggdrasil-sources.jar;