Skip to content

Commit 469560f

Browse files
committed
add make file
1 parent 4e26977 commit 469560f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)