doc:
makedoc lib/abstract-class.js lib/schema.js lib/validatable.js -t "JugglingDB API docs"
test:
@./node_modules/.bin/mocha --require should test/*.test.js
.PHONY: test
.PHONY: doc