forgeplus-react/node_modules/load-script/Makefile

8 lines
77 B
Makefile

build: index.js
@component build --dev
clean:
rm -fr build
.PHONY: clean