aiproxy/Makefile

6 lines
100 B
Makefile

export GOOS=linux
export GOARCH=amd64
# 构建目标
build:
go build -ldflags="-s -w" -o aiproxy .