forked from cerc-io/plugeth
makefile: dump mist leftover, add phony targets
This commit is contained in:
parent
04f8d05bd4
commit
e655626268
7
Makefile
7
Makefile
@ -2,7 +2,7 @@
|
|||||||
# with Go source code. If you know what GOPATH is then you probably
|
# with Go source code. If you know what GOPATH is then you probably
|
||||||
# don't need to bother with make.
|
# don't need to bother with make.
|
||||||
|
|
||||||
.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
|
||||||
GOBIN = build/bin
|
GOBIN = build/bin
|
||||||
|
|
||||||
geth:
|
geth:
|
||||||
@ -39,11 +39,6 @@ evm:
|
|||||||
@echo "Done building."
|
@echo "Done building."
|
||||||
@echo "Run \"$(GOBIN)/evm to start the evm."
|
@echo "Run \"$(GOBIN)/evm to start the evm."
|
||||||
|
|
||||||
mist:
|
|
||||||
build/env.sh go install -v $(shell build/flags.sh) ./cmd/mist
|
|
||||||
@echo "Done building."
|
|
||||||
@echo "Run \"$(GOBIN)/mist --asset_path=cmd/mist/assets\" to launch mist."
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
build/env.sh go install -v $(shell build/flags.sh) ./...
|
build/env.sh go install -v $(shell build/flags.sh) ./...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user