Skip to content

Commit

Permalink
Make bin/gh rule verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaell committed Nov 21, 2020
1 parent e16bf09 commit a4daf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ifdef GH_OAUTH_CLIENT_SECRET
endif

bin/gh: $(BUILD_FILES)
@go build -trimpath -ldflags "$(GO_LDFLAGS)" -o "$@" ./cmd/gh
go build -trimpath -ldflags "${GO_LDFLAGS}" -o "$@" ./cmd/gh

clean:
rm -rf ./bin ./share
Expand Down

0 comments on commit a4daf96

Please sign in to comment.