mirror of
https://github.com/status-im/status-go.git
synced 2025-01-21 20:20:29 +00:00
Makefile, android build
This commit is contained in:
parent
ae676e8140
commit
9858dc5d0d
13
Makefile
Normal file
13
Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
GO ?= latest
|
||||
|
||||
statusgo:
|
||||
go install
|
||||
@echo "Done installing status go."
|
||||
@echo "Run \"statusgo\" to view available commands"
|
||||
|
||||
statusgo-android: xgo
|
||||
xgo --go=$(GO) --targets=android-16/aar ./
|
||||
@echo "Android cross compilation done:"
|
||||
|
||||
xgo:
|
||||
go get github.com/karalabe/xgo
|
Loading…
x
Reference in New Issue
Block a user