summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/retry/Makefile
blob: a6e68c4182e5fc72d39d0cdbe24346c2fd72a71b (plain)
1
2
3
4
5
6
7
SHELL := /bin/bash

test:
	@node test/runner.js

.PHONY: test