Files
xXJSONDeruloXx c22c117141 ui cleanup
2025-09-26 20:38:49 -04:00

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