crispa-android/yggdrasil/Makefile

5 lines
180 B
Makefile
Raw Normal View History

all:
2022-05-16 10:37:19 +00:00
cd yggdrasil-go && ANDROID=true contrib/mobile/build && cd ../../
mv -f yggdrasil/yggdrasil.aar yggdrasil.aar;
mv -f yggdrasil/yggdrasil-sources.jar yggdrasil-sources.jar;