Initial commit
[yaffs-website] / node_modules / delayed-stream / Makefile
1 SHELL := /bin/bash
2
3 test:
4         @./test/run.js
5
6 .PHONY: test
7