Skip to content

Commit

Permalink
makefile: dump mist leftover, add phony targets
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Oct 28, 2015
1 parent 04f8d05 commit e655626
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# with Go source code. If you know what GOPATH is then you probably
# 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

geth:
Expand Down Expand Up @@ -39,11 +39,6 @@ evm:
@echo "Done building."
@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:
build/env.sh go install -v $(shell build/flags.sh) ./...

Expand Down

0 comments on commit e655626

Please sign in to comment.