Skip to content

Commit

Permalink
Merge pull request #1 from Songmu/initial-release
Browse files Browse the repository at this point in the history
initial release
  • Loading branch information
Songmu committed Sep 3, 2019
2 parents e4f33e9 + 9230b6b commit 22d1fc0
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 @@ -40,8 +40,8 @@ build: deps
go build -ldflags=$(BUILD_LDFLAGS) ./cmd/num

.PHONY: install
install: build
mv num "$(shell go env GOPATH)/bin/"
install:
go install -ldflags=$(BUILD_LDFLAGS) ./cmd/num

.PHONY: bump
bump: devel-deps
Expand Down

0 comments on commit 22d1fc0

Please sign in to comment.