Files
30-seconds-of-code/node_modules/delayed-stream/Makefile
2019-08-20 15:52:05 +02:00

8 lines
57 B
Makefile

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