Backend/node_modules/delayed-stream/Makefile
2021-12-31 15:03:23 +05:30

8 lines
57 B
Makefile

SHELL := /bin/bash
test:
@./test/run.js
.PHONY: test