test: @./node_modules/.bin/mocha \ --require should \ --reporter spec \ --slow 2s \ --harmony \ --bail clean: @rm -rf test/a .PHONY: test clean