diff --git a/Makefile b/Makefile index fccd0a8..6fbbb4e 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,9 @@ -PATH:=./node_modules/.bin:${PATH} - .PHONY: all test lint all: lint test test: - mocha -R spec + ./node_modules/.bin/mocha -R spec lint: - jshint lib/ test/ + ./node_modules/.bin/jshint lib/ test/