Files
est-frame/node_modules/delayed-stream/Makefile
2025-10-22 05:38:27 +00:00

8 lines
57 B
Makefile
Executable File

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