aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBas van Kervel <bas@ethdev.com>2015-06-18 15:46:20 +0800
committerBas van Kervel <bas@ethdev.com>2015-06-22 15:17:09 +0800
commit36a6b16a3bec15131318ebed1c8c2f9204a5a328 (patch)
treef665c230aef5abfcf037e80b89b5ca7774237866 /Makefile
parent603192cfa7eb081d9504170677045794cff3b7ab (diff)
downloadgo-tangerine-36a6b16a3bec15131318ebed1c8c2f9204a5a328.tar
go-tangerine-36a6b16a3bec15131318ebed1c8c2f9204a5a328.tar.gz
go-tangerine-36a6b16a3bec15131318ebed1c8c2f9204a5a328.tar.bz2
go-tangerine-36a6b16a3bec15131318ebed1c8c2f9204a5a328.tar.lz
go-tangerine-36a6b16a3bec15131318ebed1c8c2f9204a5a328.tar.xz
go-tangerine-36a6b16a3bec15131318ebed1c8c2f9204a5a328.tar.zst
go-tangerine-36a6b16a3bec15131318ebed1c8c2f9204a5a328.zip
removed console command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b243d2679..03e3bf4c6 100644
--- a/Makefile
+++ b/Makefile
@@ -10,11 +10,6 @@ geth:
@echo "Done building."
@echo "Run \"$(GOBIN)/geth\" to launch geth."
-console:
- build/env.sh go install -v $(shell build/ldflags.sh) ./cmd/console
- @echo "Done building."
- @echo "Run \"$(GOBIN)/console\" to launch the console."
-
mist:
build/env.sh go install -v $(shell build/ldflags.sh) ./cmd/mist
@echo "Done building."