Files
nyc-bookstores/node_modules/cheerio/node_modules/cheerio-select/Makefile
2013-05-27 13:45:59 -07:00

8 lines
121 B
Makefile

test:
@./node_modules/mocha/bin/mocha --reporter list
subl:
@subl lib/ test/ package.json index.js
.PHONY: test subl