Files
npm/node_modules/retry/Makefile
2012-06-28 13:40:51 -07:00

8 lines
63 B
Makefile

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