aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2015-10-28 18:34:40 +0800
committerPéter Szilágyi <peterke@gmail.com>2015-10-28 18:34:40 +0800
commite6556262689f8003ba356436fe63fe5237449edc (patch)
tree82c459cf287d90ce7f8f34dde577392041947ba4 /Makefile
parent04f8d05bd47a715bfff7f637f5b7d35f087fb004 (diff)
downloadgo-tangerine-e6556262689f8003ba356436fe63fe5237449edc.tar
go-tangerine-e6556262689f8003ba356436fe63fe5237449edc.tar.gz
go-tangerine-e6556262689f8003ba356436fe63fe5237449edc.tar.bz2
go-tangerine-e6556262689f8003ba356436fe63fe5237449edc.tar.lz
go-tangerine-e6556262689f8003ba356436fe63fe5237449edc.tar.xz
go-tangerine-e6556262689f8003ba356436fe63fe5237449edc.tar.zst
go-tangerine-e6556262689f8003ba356436fe63fe5237449edc.zip
makefile: dump mist leftover, add phony targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 1bd0f9eb3..d2b57e13f 100644
--- a/Makefile
+++ b/Makefile
@@ -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:
@@ -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) ./...