d1df0ab3d95ac0841d24683cf836a9c1ac290bd0
[yaffs-website] / Makefile
1
2 node_modules: package.json
3         @npm install
4
5 test:
6         @./node_modules/.bin/mocha \
7                 --reporter spec \
8                 --timeout 100
9
10 .PHONY: test