mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
build: remove godep command(can not download packages in golang.org used in latest godep version)
This commit is contained in:
@@ -4,9 +4,9 @@ export GOPATH := $(shell pwd)/Godeps/_workspace:$(shell pwd):$(GOPATH)
|
||||
|
||||
all: build
|
||||
|
||||
build: godep app
|
||||
build: gox app
|
||||
|
||||
godep:
|
||||
gox:
|
||||
GOPATH=$(OLDGOPATH) go get github.com/mitchellh/gox
|
||||
|
||||
app:
|
||||
|
Reference in New Issue
Block a user