1 2 3 4 5 6REPORTER ?= list test: ./node_modules/mocha/bin/mocha --reporter $(REPORTER) test/* .PHONY: test
1 2 3 4 5 6
REPORTER ?= list test: ./node_modules/mocha/bin/mocha --reporter $(REPORTER) test/* .PHONY: test