all: modify import path, change version to v0.8.0

This commit is contained in:
fatedier
2016-08-11 16:10:44 +08:00
parent 9c0ca8675d
commit d4ecc2218d
32 changed files with 59 additions and 59 deletions

View File

@@ -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