REPORTER ?= spec TEST ?= test: mocha test/$(TEST) --reporter $(REPORTER) nyan: mocha test/$(TEST) --reporter nyan .PHONY: test