sheetjs/demos/parcel/Makefile
2022-03-07 00:46:23 -08:00

8 lines
92 B
Makefile

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