From 36a6b16a3bec15131318ebed1c8c2f9204a5a328 Mon Sep 17 00:00:00 2001
From: Bas van Kervel <bas@ethdev.com>
Date: Thu, 18 Jun 2015 09:46:20 +0200
Subject: removed console command

---
 Makefile | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'Makefile')

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."
-- 
cgit v1.2.3