summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/justfile b/justfile
index d0a07ba..4407567 100644
--- a/justfile
+++ b/justfile
@@ -8,4 +8,5 @@ test:
scp "out/Decky Framegen.zip" deck@192.168.0.6:~/Desktop
clean:
- rm -rf node_modules dist \ No newline at end of file
+ rm -rf node_modules dist
+ sudo rm -rf /tmp/decky \ No newline at end of file