aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBas van Kervel <basvankervel@ziggo.nl>2015-06-08 18:43:58 +0800
committerBas van Kervel <basvankervel@gmail.com>2015-06-11 20:01:39 +0800
commita1a475fb9296e214292840d89811123292c7953c (patch)
treebe92dc0faa0f62276fbb6b1fef529cec8280a12c /Makefile
parent2a0d888326036be9cabe6680617ce2d1a27761d3 (diff)
downloaddexon-a1a475fb9296e214292840d89811123292c7953c.tar
dexon-a1a475fb9296e214292840d89811123292c7953c.tar.gz
dexon-a1a475fb9296e214292840d89811123292c7953c.tar.bz2
dexon-a1a475fb9296e214292840d89811123292c7953c.tar.lz
dexon-a1a475fb9296e214292840d89811123292c7953c.tar.xz
dexon-a1a475fb9296e214292840d89811123292c7953c.tar.zst
dexon-a1a475fb9296e214292840d89811123292c7953c.zip
added console command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 03e3bf4c6..b243d2679 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,11 @@ 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."