Skip to content

Commit d0c006e

Browse files
committed
fix makefile
1 parent ddd319e commit d0c006e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ deps:
1515
go get github.com/aliyun/alibaba-cloud-sdk-go/sdk
1616
go get github.com/posener/complete
1717
go get github.com/aliyun/ossutil/lib
18+
go get gopkg.in/yaml.v2
1819

19-
testdeps:
20+
testdeps: deps
2021
go get -v github.com/onsi/ginkgo/ginkgo
2122
go get -v github.com/onsi/gomega
2223
go install github.com/onsi/ginkgo/ginkgo
2324
go get gopkg.in/check.v1
2425

25-
metas:
26+
metas: deps
2627
go-bindata -o resource/metas.go -pkg resource -prefix ../aliyun-openapi-meta ../aliyun-openapi-meta/**/* ../aliyun-openapi-meta/products.json
2728

2829
clean:

0 commit comments

Comments
 (0)