js-cfb/Makefile

14 lines
219 B
Makefile
Raw Normal View History

2013-10-27 20:13:02 +00:00
.PHONY: init test lint clean
test: init
mocha -R spec
2013-10-27 20:13:02 +00:00
lint:
jshint cfb.js
init:
if [ ! -e test_files ]; then git clone https://github.com/SheetJS/test_files; fi
cd test_files; make
clean:
rm -rf ./test_files/