Makefile 135 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 TAP=node_modules/.bin/tap LINT=node_modules/.bin/jshint test: lint $(TAP) test/*.js lint: $(LINT) index.js $(LINT) test/*.js