You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/unicode-trie/Makefile

14 lines
227 B
Makefile

test:
@./node_modules/.bin/mocha
coverage:
@./node_modules/.bin/mocha --require coverage.js --reporter html-cov > coverage.html
build:
coffee --bare -c *.coffee
clean:
rm -rf index.js builder.js
.PHONY: test coverage