diff --git a/examples/basecoin/tools/Makefile b/examples/basecoin/tools/Makefile index 39611f3050..e945888ac4 100644 --- a/examples/basecoin/tools/Makefile +++ b/examples/basecoin/tools/Makefile @@ -43,9 +43,6 @@ install: get_vendor_deps @echo "$(ansi_yel)Install gometalinter.v2$(ansi_end)" GOBIN=$(CURDIR)/bin ./bin/go-vendorinstall gopkg.in/alecthomas/gometalinter.v2 - - @echo "$(ansi_yel)Install shelldown$(ansi_end)" - GOBIN=$(CURDIR)/bin ./bin/go-vendorinstall github.com/rigelrozanski/shelldown/cmd/shelldown @echo "$(ansi_grn)Done installing tools$(ansi_end)"