fix tls config

This commit is contained in:
ginuerzh
2022-02-04 21:16:39 +08:00
parent e50e1adeb1
commit 0983ecc52f
3 changed files with 7 additions and 3 deletions

View File

@ -2,7 +2,7 @@ NAME=gost
BINDIR=bin
VERSION=$(shell cat cmd/gost/version.go | grep 'version =' | sed 's/.*\"\(.*\)\".*/\1/g')
GOBUILD=CGO_ENABLED=0 go build --ldflags="-s -w" -v -x -a
GOFILES=cmd/gost/*
GOFILES=cmd/gost/*.go
PLATFORM_LIST = \
darwin-amd64 \