summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/delayed-stream/Makefile
blob: 2d7580746d0b84926de5c6998a405ed2ce21ac31 (plain)
1
2
3
4
5
6
SHELL := /bin/bash

test:
	@./test/run.js

.PHONY: test