7 lines
66 B
Makefile
7 lines
66 B
Makefile
frac.js: frac.md
|
|
voc frac.md
|
|
|
|
.PHONY: test
|
|
test:
|
|
mocha -R spec
|