Bumping k8s dependencies to 1.13
This commit is contained in:
18
vendor/github.com/googleapis/gnostic/linters/swift/gnostic-lint-responses-swift/Makefile
generated
vendored
Normal file
18
vendor/github.com/googleapis/gnostic/linters/swift/gnostic-lint-responses-swift/Makefile
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
TGT=gnostic-lint-responses-swift
|
||||
|
||||
BINDIR=.build/debug
|
||||
|
||||
all:
|
||||
swift build
|
||||
|
||||
install: all
|
||||
cp $(BINDIR)/$(TGT) $(GOPATH)/bin/$(TGT)
|
||||
|
||||
clean :
|
||||
rm -rf Packages
|
||||
rm -rf .build
|
||||
rm -f Package.pins Package.resolved
|
||||
|
||||
run:
|
||||
gnostic ../../../examples/v2.0/yaml/petstore.yaml --lint-responses-swift
|
||||
Reference in New Issue
Block a user