mirror of
https://github.com/yhl452493373/frpc-panel.git
synced 2026-04-04 06:17:00 +08:00
first commit:add basic layout
This commit is contained in:
12
Makefile
Normal file
12
Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
export GO111MODULE=on
|
||||
export CGO_ENABLED=0
|
||||
export GOOS=linux
|
||||
export GOARCH=amd64
|
||||
|
||||
build: frpc-panel
|
||||
cp ./config/frpc-panel.toml ./bin/frpc-panel.toml
|
||||
cp -r ./assets/ ./bin/assets/
|
||||
|
||||
frpc-panel:
|
||||
rm -rf ./bin
|
||||
go build -o ./bin/frpc-panel ./cmd/frpc-panel
|
||||
Reference in New Issue
Block a user