sheetjs/demos/parcel/Makefile

13 lines
152 B
Makefile
Raw Normal View History

2018-01-27 00:52:46 +00:00
.PHONY: app
2022-05-10 08:02:52 +00:00
app: init
2022-03-07 07:36:36 +00:00
npx parcel build index.html
2018-01-27 00:52:46 +00:00
2022-05-10 08:02:52 +00:00
.PHONY: init
init:
mkdir -p node_modules
npm i
2018-01-27 00:52:46 +00:00
.PHONY: ctest
2022-05-10 08:02:52 +00:00
ctest: init
2022-03-07 07:36:36 +00:00
npx parcel index.html