UNPKG
pagination
Version:
latest (0.4.6)
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.0
0.2.1
0.2.0
Pagination for javascript/nodejs
github.com/vanng822/pagination
vanng822/pagination
pagination
/
Makefile
13 lines
(6 loc)
•
156 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
VOWS=./node_modules/vows/bin/vows TEST_FILES=
$(
shell
find tests/*.js)
test:
$(
foreach
F, ${TEST_FILES},
$(VOWS)
$(F)
;)
clean cleandir:
.PHONY
: test