Files
setup-deno/node_modules/delayed-stream/Makefile
Luca Casonato 62abc69248 Initial pass
2021-04-10 02:16:12 +02:00

8 lines
57 B
Makefile

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