PATH := $(PATH):node_modules/.bin all: test test: mocha test/*.test.js .PHONY: all test