summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index f346cd3..fc07bac 100755
--- a/run
+++ b/run
@@ -5,7 +5,7 @@ ARGS="desktop:run"
case "$1" in
"c")
- ARGS="packs $ARGS"
+ ARGS="clean packs $ARGS"
;;
"a")
ARGS="android:installDebug android:run"