bessel/Makefile

9 lines
153 B
Makefile
Raw Normal View History

2013-12-14 07:36:05 +00:00
LIBRARY=bessel
$(LIBRARY).js: bessel.md
2014-08-11 02:35:48 +00:00
@[ -e node_modules/voc ] && true || npm install voc
2013-12-14 07:36:05 +00:00
node_modules/.bin/voc $^ > $@
test mocha:
mocha -R spec