sheetjs/demos/parcel/Makefile

8 lines
92 B
Makefile

.PHONY: app
app:
npx parcel build index.html
.PHONY: ctest
ctest:
npx parcel index.html