Files
mhunt_validator/node_modules/delayed-stream/Makefile
2024-10-04 16:27:05 +05:30

8 lines
57 B
Makefile

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