Skip to content

Commit e655626

Browse files
committed
makefile: dump mist leftover, add phony targets
1 parent 04f8d05 commit e655626

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# with Go source code. If you know what GOPATH is then you probably
33
# don't need to bother with make.
44

5-
.PHONY: geth evm mist all test travis-test-with-coverage clean
5+
.PHONY: geth geth-cross geth-linux geth-darwin geth-windows geth-android evm all test travis-test-with-coverage xgo clean
66
GOBIN = build/bin
77

88
geth:
@@ -39,11 +39,6 @@ evm:
3939
@echo "Done building."
4040
@echo "Run \"$(GOBIN)/evm to start the evm."
4141

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-
4742
all:
4843
build/env.sh go install -v $(shell build/flags.sh) ./...
4944

0 commit comments

Comments
 (0)