.PHONY: test install test: ./node_modules/coffee-script/bin/coffee -c *.coffee ./node_modules/mocha/bin/mocha install: npm install