filer/perf/simple-statistics/Makefile

8 lines
78 B
Makefile
Raw Normal View History

2014-12-16 23:53:29 +00:00
docs:
docco src/*.js
test:
mocha -R spec test/spec/*.js
.PHONY: docs test