mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-04 19:27:50 +08:00
10 lines
241 B
Makefile
10 lines
241 B
Makefile
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
|
|
|
|
build: build-autocraft sync
|
|
|
|
build-autocraft:
|
|
pnpm build-autocraft
|
|
|
|
sync:
|
|
cp -r "./build/*" "C:\\Users\\sikongjueluo\\AppData\\Roaming\\CraftOS-PC\\computer\\0\\user\\"
|