successful build

This commit is contained in:
Jarrad Hope 2016-06-18 20:33:35 +02:00
parent 2da74dd34d
commit c5f9cbcfc9
536 changed files with 3 additions and 2 deletions

1
Godeps/_workspace/src/github.com/karalabe/xgo generated vendored Submodule

@ -0,0 +1 @@
Subproject commit 52fbbfe025f408f5b814325f2d8868d1093df4b4

View File

@ -2,12 +2,12 @@ GOBIN = build/bin
GO ?= latest
statusgo:
build/env.sh go build -i -o $(GOBIN)/statusgo ./
build/env.sh go build -i -o $(GOBIN)/statusgo ./src
@echo "status go compilation done."
@echo "Run \"build/bin/statusgo\" to view available commands"
statusgo-android: xgo
build/env.sh $(GOBIN)/xgo --go=$(GO) --dest=$(GOBIN) --targets=android-16/aar ./
build/env.sh $(GOBIN)/xgo --go=$(GO) --dest=$(GOBIN) --targets=android-16/aar ./src
@echo "Android cross compilation done:"
xgo:

Some files were not shown because too many files have changed in this diff Show More