Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Jul 7, 2018
1 parent fe0d7ac commit 79179fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 79179fb

Please sign in to comment.