mirror of
https://github.com/zhouxiaoka/autoclip.git
synced 2026-05-12 17:16:54 +08:00
8 lines
77 B
Makefile
8 lines
77 B
Makefile
build: index.js
|
|
@component build --dev
|
|
|
|
clean:
|
|
rm -fr build
|
|
|
|
.PHONY: clean
|