Skip to content

Commit

Permalink
Makefile: rename client to yp-client
Browse files Browse the repository at this point in the history
The name "client" is too general and therefore not very useful.

Signed-off-by: Roman Khapov <[email protected]>
  • Loading branch information
Roman Khapov committed Aug 1, 2024
1 parent 44171c2 commit a043fa1
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 @@ -8,7 +8,7 @@ LDFLAGS=-ldflags "-X github.com/yezzey-gp/yproxy/pkg.GitRevision=${GIT_REVISION}
build:
mkdir -p devbin
go build -pgo=auto -o devbin/yproxy $(LDFLAGS) ./cmd/yproxy
go build -o devbin/client ./cmd/client
go build -o devbin/yp-client ./cmd/client

####################### TESTS #######################

Expand Down

0 comments on commit a043fa1

Please sign in to comment.