mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-28 11:51:53 +01:00
makefile update
This commit is contained in:
5
Makefile
5
Makefile
@@ -2,11 +2,12 @@
|
||||
|
||||
all: build quick-restart logs
|
||||
|
||||
init-config:
|
||||
setup:
|
||||
mkdir -p config certs
|
||||
[ -f config/config.yml ] || cp config.example.yml config/config.yml
|
||||
[ -f config/providers.yml ] || touch config/providers.yml
|
||||
|
||||
[ -f compose.yml ] || cp compose.example.yml compose.yml
|
||||
|
||||
build:
|
||||
mkdir -p bin
|
||||
CGO_ENABLED=0 GOOS=linux go build -pgo=auto -o bin/go-proxy src/go-proxy/*.go
|
||||
|
||||
Reference in New Issue
Block a user