sheetjs/demos/parcel/Makefile

8 lines
100 B
Makefile

.PHONY: app
app:
parcel build index.html --public-url ./
.PHONY: ctest
ctest:
parcel index.html