ceph-csi/vendor/github.com/googleapis/gnostic/plugins/gnostic-swift-sample/Makefile
2018-12-19 15:29:25 +01:00

16 lines
200 B
Makefile

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