diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-10-03 15:45:22 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-10-03 15:45:22 +0200 |
commit | bc50bce48122e71721225649499a69c6e0addffc (patch) | |
tree | 9d828239975877e19fe84ca6645f97a97b4eca82 /run | |
parent | 84c3b22bdead9d5017fa3856684a21b7fd0af236 (diff) | |
download | RustAndDust-bc50bce48122e71721225649499a69c6e0addffc.zip RustAndDust-bc50bce48122e71721225649499a69c6e0addffc.tar.gz |
run 'c' argument calls clean task
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" |