From c0cf5952211c39770a0b1cec9df75160ea56f488 Mon Sep 17 00:00:00 2001 From: Sridhar Ganesan Date: Mon, 16 Jul 2018 21:16:39 +0200 Subject: [PATCH] Using packr install instead of go install --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25e9f5c873..7d452d91a8 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,8 @@ install_examples: go install $(BUILD_FLAGS) ./examples/democoin/cmd/democli install_cosmos-sdk-cli: - go install $(BUILD_FLAGS) ./cmd/cosmos-sdk-cli + packr install $(BUILD_FLAGS) ./cmd/cosmos-sdk-cli + packr clean install_debug: go install $(BUILD_FLAGS) ./cmd/gaia/cmd/gaiadebug