sheetjs/Makefile

11 lines
108 B
Makefile
Raw Normal View History

DEPS=$(wildcard bits/*.js)
xlsx.js: $(DEPS)
cat $^ > $@
.PHONY: clean
clean:
rm xlsx.js
2013-05-18 00:12:10 +00:00
test:
npm test