summaryrefslogtreecommitdiffstats
path: root/middleware/node_modules/delayed-stream/Makefile
blob: b4ff85a33b6eb482476385b7c3e6661ec9c9eb0c (plain) (blame)
1
2
3
4
5
6
7
SHELL := /bin/bash

test:
	@./test/run.js

.PHONY: test