Makefile 128 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 node_modules: package.json @npm install test: @./node_modules/.bin/mocha \ --reporter spec \ --timeout 100 .PHONY: test