forgeplus-react/node_modules/load-script/Makefile

8 lines
77 B
Makefile
Raw Normal View History

2023-07-29 21:19:10 +08:00
build: index.js
@component build --dev
clean:
rm -fr build
.PHONY: clean