We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f8d05 commit e655626Copy full SHA for e655626
Makefile
@@ -2,7 +2,7 @@
2
# with Go source code. If you know what GOPATH is then you probably
3
# don't need to bother with make.
4
5
-.PHONY: geth evm mist all test travis-test-with-coverage clean
+.PHONY: geth geth-cross geth-linux geth-darwin geth-windows geth-android evm all test travis-test-with-coverage xgo clean
6
GOBIN = build/bin
7
8
geth:
@@ -39,11 +39,6 @@ evm:
39
@echo "Done building."
40
@echo "Run \"$(GOBIN)/evm to start the evm."
41
42
-mist:
43
- build/env.sh go install -v $(shell build/flags.sh) ./cmd/mist
44
- @echo "Done building."
45
- @echo "Run \"$(GOBIN)/mist --asset_path=cmd/mist/assets\" to launch mist."
46
-
47
all:
48
build/env.sh go install -v $(shell build/flags.sh) ./...
49
0 commit comments