sheetjs/demos/nwjs/Makefile

8 lines
124 B
Makefile
Raw Normal View History

.PHONY: init
init:
if [ ! -e xlsx.full.min.js ]; then ln -s ../../dist/xlsx.full.min.js . ; fi
.PHONY: run
run:
2022-04-14 07:27:38 +00:00
npx nw .