fixed build error

This commit is contained in:
xmcy0011
2021-10-11 22:42:10 +08:00
parent 2b66aafdba
commit 1ec9486452
14 changed files with 27 additions and 45 deletions
+1 -3
View File
@@ -2,13 +2,11 @@
BINARY_NAME=open_im_msg_transfer
BIN_DIR=../../bin/
LAN_FILE=.go
GO_FILE:=${BINARY_NAME}${LAN_FILE}
all: gotool build
build:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o ${BINARY_NAME} ${GO_FILE}
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s"
run:
@go run ./