diff options
author | Bas van Kervel <bas@ethdev.com> | 2015-06-18 15:46:20 +0800 |
---|---|---|
committer | Bas van Kervel <bas@ethdev.com> | 2015-06-22 15:17:09 +0800 |
commit | 36a6b16a3bec15131318ebed1c8c2f9204a5a328 (patch) | |
tree | f665c230aef5abfcf037e80b89b5ca7774237866 /Makefile | |
parent | 603192cfa7eb081d9504170677045794cff3b7ab (diff) | |
download | go-tangerine-36a6b16a3bec15131318ebed1c8c2f9204a5a328.tar.gz go-tangerine-36a6b16a3bec15131318ebed1c8c2f9204a5a328.tar.zst go-tangerine-36a6b16a3bec15131318ebed1c8c2f9204a5a328.zip |
removed console command
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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." |