node-oauth/Makefile

9 lines
73 B
Makefile

NODE = node
all: test
test:
@$(NODE) spec/node.js all
.PHONY: test