1 __jsdoc=node_modules/jsdoc/jsdoc
2 __plato=node_modules/plato/bin/plato
3 __mocha=node_modules/.bin/mocha
4 __jshint=node_modules/jshint/bin/jshint
10 release: init jshint test-doc jsdoc report
17 $(__jshint) --config .jshintrc $(__prog)
20 $(__mocha) -r should test/test-*.js
23 $(__mocha) -r should test/test-*.js -R doc 2>&1 > TestDoc.html
26 $(__jsdoc) -c .jsdoc3.json -d docs -p -r -l $(__prog)
29 $(__plato) -d ./report -r $(__prog)
32 .PHONY: all jshint test jsdoc report