Skip to content

Commit

Permalink
Fixed make install on Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
joanbono committed Feb 25, 2019
1 parent 6adcb6f commit ba76c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ release: darwin linux windows

.PHONY: install
install:
go build -o ${BINARY}
mv ${BINARY} $(GOPATH)/bin
go build -o $(BINARY)
mv $(BINARY) $(GOPATH)/bin

.PHONY: dev
dev: darwin-dev linux-dev windows-dev
Expand Down

0 comments on commit ba76c33

Please sign in to comment.