Pull merge.
[yaffs-website] / node_modules / multipipe / 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