sheetjs/demos/parcel/Makefile

8 lines
92 B
Makefile
Raw Normal View History

2018-01-27 00:52:46 +00:00
.PHONY: app
app:
2022-03-07 07:36:36 +00:00
npx parcel build index.html
2018-01-27 00:52:46 +00:00
.PHONY: ctest
ctest:
2022-03-07 07:36:36 +00:00
npx parcel index.html