Skip to content

Commit 27e5e6a

Browse files
committed
doc fix
1 parent 79a5b7c commit 27e5e6a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ releaseb:
6969
@ go build -ldflags "-s -w -X main.gitCommit=$(LAST_COMMIT) -X main.gitTag=$(TAG)" -o dist/server-$(PLATFORM_INFO) cmd/server/main.go;
7070
@ echo "Compiling binary success - output=dist/server-$(PLATFORM_INFO)"
7171

72-
# Create release binary for current Platform
73-
releaseclientb:
74-
@ echo "Compiling client release binary"
75-
@ go build -ldflags "-s -w" -o dist/client-$(PLATFORM_INFO) cmd/client-grpc/main.go;
76-
@ echo "Compiling client binary success - output=dist/client-$(PLATFORM_INFO)"
77-
7872

7973
# Create debug binary for current platform
8074
debugb:

0 commit comments

Comments
 (0)