
all:
	gnostic bookstore.json --swift-generator-out=Sources/Bookstore
	swift build

test:
	swift test
