mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
build: fix
This commit is contained in:
parent
0f326449e8
commit
fdd7436736
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -7,8 +7,7 @@ all: build
|
|||
build: godep fmt frps frpc
|
||||
|
||||
godep:
|
||||
@GOPATH=$(OLDGOPATH)
|
||||
go get github.com/tools/godep
|
||||
GOPATH=$(OLDGOPATH) go get github.com/tools/godep
|
||||
|
||||
fmt:
|
||||
godep go fmt ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue