Files
node-js-test/node_modules/delayed-stream/Makefile
T

8 lines
57 B
Makefile
Raw Normal View History

2026-05-19 22:10:51 -07:00
SHELL := /bin/bash
test:
@./test/run.js
.PHONY: test