--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,8 @@
 
-node_modules: package.json
-	@npm install
+#node_modules: package.json
+#	@npm install
 
 test:
-	@./node_modules/.bin/mocha \
-		--reporter spec \
-		--timeout 300
+	@mocha --reporter spec --timeout 300
 
 .PHONY: test
