Files
login/node_modules/delayed-stream/Makefile
2020-10-12 14:50:25 +05:30

8 lines
57 B
Makefile

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