sheetjs/demos/parcel/Makefile
2018-01-26 19:52:46 -05:00

8 lines
100 B
Makefile

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