doipjs/node_modules/delayed-stream/Makefile
Yarmo Mackenbach e996bc8023 Initial commit
2020-10-23 22:35:53 +02:00

7 lines
57 B
Makefile

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