Files
asciidisco.com/build/node_modules/delayed-stream/Makefile
2023-08-01 13:49:46 +02:00

8 lines
57 B
Makefile

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