forked from sheetjs/sheetjs
8 lines
100 B
Makefile
8 lines
100 B
Makefile
.PHONY: app
|
|
app:
|
|
parcel build index.html --public-url ./
|
|
|
|
.PHONY: ctest
|
|
ctest:
|
|
parcel index.html
|