Skyline/node_modules/delayed-stream/Makefile
2021-11-22 17:39:03 +00:00

8 lines
57 B
Makefile

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