We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e26977 commit 469560fCopy full SHA for 469560f
1 file changed
Makefile
@@ -0,0 +1,4 @@
1
+build:
2
+ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w"
3
+ upx lcode
4
+
0 commit comments