UNPKG

pagination

Version:
13 lines (6 loc) 156 B
VOWS=./node_modules/vows/bin/vows TEST_FILES=$(shell find tests/*.js) test: $(foreach F, ${TEST_FILES},$(VOWS) $(F);) clean cleandir: .PHONY: test