.PHONY: test test: node_modules ./node_modules/mocha/bin/mocha \ test/*.js \ test/options/*.js node_modules: npm install