4e9c8d36ebcd2f63843cf5a534e4db3459b2d637
[dotfiles/.git] / Makefile
1
2 test:
3         @./node_modules/.bin/mocha \
4                 --require should \
5                 --reporter spec
6
7 .PHONY: test