filer/perf/simple-statistics/Makefile

8 lines
78 B
Makefile
Raw Permalink Normal View History

2014-12-17 07:54:29 +00:00
docs:
docco src/*.js
test:
mocha -R spec test/spec/*.js
.PHONY: docs test