mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
all: modify import path, change version to v0.8.0
This commit is contained in:
parent
9c0ca8675d
commit
d4ecc2218d
32 changed files with 59 additions and 59 deletions
6
Makefile
6
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
export PATH := $(GOPATH)/bin:$(PATH)
|
||||
export GOPATH := $(shell pwd)/Godeps/_workspace:$(shell pwd):$(GOPATH)
|
||||
export GOPATH := $(shell pwd)/Godeps/_workspace:$(GOPATH)
|
||||
|
||||
all: build
|
||||
|
||||
|
|
@ -14,11 +14,11 @@ fmt:
|
|||
@go fmt ./test/func_test.go
|
||||
|
||||
frps:
|
||||
go build -o bin/frps ./src/frp/cmd/frps
|
||||
go build -o bin/frps ./src/cmd/frps
|
||||
cp -rf ./assets ./bin
|
||||
|
||||
frpc:
|
||||
go build -o bin/frpc ./src/frp/cmd/frpc
|
||||
go build -o bin/frpc ./src/cmd/frpc
|
||||
|
||||
echo_server:
|
||||
go build -o test/bin/echo_server ./test/echo_server.go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue