summaryrefslogtreecommitdiffstats
path: root/do
diff options
context:
space:
mode:
Diffstat (limited to 'do')
-rwxr-xr-xdo6
1 files changed, 6 insertions, 0 deletions
diff --git a/do b/do
index 7dd1f98..14ac11d 100755
--- a/do
+++ b/do
@@ -8,6 +8,12 @@ function gradlew_do()
}
case "$1" in
+# clean
+ "c")
+ shift;
+ ARGS="clean assets:build $ARGS"
+ gradlew_do
+ ;;
# dist
"d")
shift;