node/deps/npm/node_modules/retry/Makefile

8 lines
63 B
Makefile

SHELL := /bin/bash
test:
@node test/runner.js
.PHONY: test