From 435477453253321ec607ce1482d7f090a3201abe Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Sun, 28 Jan 2018 18:03:14 -0800 Subject: [PATCH] Remove shelldown from tools --- examples/basecoin/tools/Makefile | 3 --- 1 file changed, 3 deletions(-) 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)"