sheetjs/Makefile

9 lines
92 B
Makefile
Raw Normal View History

DEPS=$(wildcard bits/*.js)
xlsx.js: $(DEPS)
cat $^ > $@
.PHONY: clean
clean:
rm xlsx.js