test:
	./node_modules/.bin/vows \
		./test/*.js --spec

lint:
	./node_modules/.bin/jshint \
		./**/*.js

.PHONY: test lint
