summaryrefslogtreecommitdiffstats
path: root/do
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2018-06-27 00:28:49 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2018-06-28 16:24:48 +0200
commit926ff7439cb4298f482e6c73de393550f4827a31 (patch)
tree276c5d23a6f8c1c468266765a9fafdaebe8b8d49 /do
parentb6f07387af85687bf957e3e75e664be5ce972bd4 (diff)
downloadgdx-boardgame-926ff7439cb4298f482e6c73de393550f4827a31.zip
gdx-boardgame-926ff7439cb4298f482e6c73de393550f4827a31.tar.gz
build ./android/assets from ./assets
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;