Files
wechatpay-enterprise-web/node_modules/toposort/Makefile
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

12 lines
166 B
Makefile

build: components index.js
@component build --dev
components: component.json
@component install --dev
clean:
rm -fr build components template.js
.PHONY: clean