crispa-android/yggdrasil/Makefile
vadym 38fb87b08d 1. fixed Yggdrasil().Stop() crash
2. Minor GUI changes
2020-06-27 08:54:10 -07:00

11 lines
462 B
Makefile

GOPATH=$(shell go env GOPATH)
all:
-go get -u github.com/yggdrasil-network/yggdrasil-go;
-cd $(GOPATH)/src/github.com/yggdrasil-network/yggdrasil-go; \
go get -v -d ./...; \
go get -u github.com/vikulin/yggdrasil-extras@ab56805; \
ANDROID=true ./build;
mv -f $(GOPATH)/src/github.com/yggdrasil-network/yggdrasil-go/yggdrasil.aar yggdrasil.aar;
mv -f $(GOPATH)/src/github.com/yggdrasil-network/yggdrasil-go/yggdrasil-sources.jar yggdrasil-sources.jar;