mirror of https://github.com/fatedier/frp.git
assets: update assets
This commit is contained in:
parent
5d9300c1e9
commit
4914472215
3
Makefile
3
Makefile
|
@ -7,6 +7,7 @@ build: frps frpc build_test
|
||||||
|
|
||||||
build_test: echo_server http_server
|
build_test: echo_server http_server
|
||||||
|
|
||||||
|
# compile assets into binary file
|
||||||
assets:
|
assets:
|
||||||
go get -d github.com/rakyll/statik
|
go get -d github.com/rakyll/statik
|
||||||
@go install github.com/rakyll/statik
|
@go install github.com/rakyll/statik
|
||||||
|
@ -21,7 +22,7 @@ fmt:
|
||||||
|
|
||||||
frps:
|
frps:
|
||||||
go build -o bin/frps ./src/cmd/frps
|
go build -o bin/frps ./src/cmd/frps
|
||||||
cp -rf ./src/assets/static ./bin
|
@cp -rf ./src/assets/static ./bin
|
||||||
|
|
||||||
frpc:
|
frpc:
|
||||||
go build -o bin/frpc ./src/cmd/frpc
|
go build -o bin/frpc ./src/cmd/frpc
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue