UNPKG

stats

Version:

JavaScript statistics (LOC, SLOC, etc)

7 lines (4 loc) 88 B
TESTS = $(shell find test -name "test.*.js") test: @./test/run $(TESTS) .PHONY: test