removed console command

This commit is contained in:
Bas van Kervel
2015-06-18 09:46:20 +02:00
parent 603192cfa7
commit 36a6b16a3b
5 changed files with 0 additions and 577 deletions

View File

@@ -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."