crispa-android/yggdrasil/Makefile

5 lines
159 B
Makefile
Raw Normal View History

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