UNPKG

instagram-node

Version:
9 lines (6 loc) 108 B
FILES = $(wildcard test/scripts/*.js) test: @for s in $(FILES) ; do \ node $$s ; \ done .PHONY: test