We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a5b7c commit 27e5e6aCopy full SHA for 27e5e6a
Makefile
@@ -69,12 +69,6 @@ releaseb:
69
@ go build -ldflags "-s -w -X main.gitCommit=$(LAST_COMMIT) -X main.gitTag=$(TAG)" -o dist/server-$(PLATFORM_INFO) cmd/server/main.go;
70
@ echo "Compiling binary success - output=dist/server-$(PLATFORM_INFO)"
71
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
-
78
79
# Create debug binary for current platform
80
debugb:
0 commit comments