diff options
Diffstat (limited to 'run')
-rwxr-xr-x | run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ ARGS="desktop:run" case "$1" in "c") - ARGS="packs $ARGS" + ARGS="clean packs $ARGS" ;; "a") ARGS="android:installDebug android:run" |