bessel/Makefile
2014-08-11 10:35:48 +08:00

9 lines
153 B
Makefile

LIBRARY=bessel
$(LIBRARY).js: bessel.md
@[ -e node_modules/voc ] && true || npm install voc
node_modules/.bin/voc $^ > $@
test mocha:
mocha -R spec