ceph-csi/vendor/github.com/googleapis/gnostic/plugins/gnostic-swift-sample/Makefile

16 lines
200 B
Makefile
Raw Normal View History

2018-12-19 14:29:25 +00:00
TGT=gnostic-swift-sample
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