Files
portfolio/node_modules/delayed-stream/Makefile
2021-09-20 16:54:47 -04:00

8 lines
57 B
Makefile

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