test:
	./node_modules/.bin/mocha ./test/test.js --reporter spec;

cat:
	./node_modules/.bin/mocha ./test/test.js --reporter nyan;

.PHONY: test cat