forked from sheetjs/sheetjs
8 lines
92 B
Makefile
8 lines
92 B
Makefile
.PHONY: app
|
|
app:
|
|
npx parcel build index.html
|
|
|
|
.PHONY: ctest
|
|
ctest:
|
|
npx parcel index.html
|