mirror of
https://github.com/xXJSONDeruloXx/Decky-Framegen.git
synced 2026-06-01 18:17:03 +02:00
12 lines
250 B
Makefile
12 lines
250 B
Makefile
default:
|
|
echo "Available recipes: build, test, clean"
|
|
|
|
build:
|
|
sudo rm -rf node_modules && .vscode/build.sh
|
|
|
|
test:
|
|
scp "out/Decky Framegen.zip" deck@192.168.0.6:~/Desktop
|
|
|
|
clean:
|
|
sudo rm -rf node_modules dist
|
|
sudo rm -rf /tmp/decky
|