sheetjs/demos/parcel/Makefile

8 lines
100 B
Makefile
Raw Normal View History

2018-01-27 00:52:46 +00:00
.PHONY: app
app:
parcel build index.html --public-url ./
.PHONY: ctest
ctest:
parcel index.html