filer/perf/simple-statistics/Makefile

8 lines
78 B
Makefile

docs:
docco src/*.js
test:
mocha -R spec test/spec/*.js
.PHONY: docs test