From 79179fb039ecdff9118e2cd868a98144e144f846 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Sat, 7 Jul 2018 16:58:12 -0700 Subject: [PATCH] update makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index f2871e5..f684442 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,10 @@ .PHONY: all all: build +.PHONY: install +install: + @go get -u github.com/miguelmota/go-ethereum-hdwallet + .PHONY: build build: @go build . -o bin/hdwallet