8 lines
77 B
Makefile
Raw Normal View History

2021-02-11 21:31:41 +08:00
build: index.js
@component build --dev
clean:
rm -fr build
.PHONY: clean