diff options
author | Bas van Kervel <basvankervel@ziggo.nl> | 2015-06-08 18:43:58 +0800 |
---|---|---|
committer | Bas van Kervel <basvankervel@gmail.com> | 2015-06-11 20:01:39 +0800 |
commit | a1a475fb9296e214292840d89811123292c7953c (patch) | |
tree | be92dc0faa0f62276fbb6b1fef529cec8280a12c /Makefile | |
parent | 2a0d888326036be9cabe6680617ce2d1a27761d3 (diff) | |
download | go-tangerine-a1a475fb9296e214292840d89811123292c7953c.tar.gz go-tangerine-a1a475fb9296e214292840d89811123292c7953c.tar.zst go-tangerine-a1a475fb9296e214292840d89811123292c7953c.zip |
added console command
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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." |