diff options
author | Parménides GV <parmegv@sdf.org> | 2013-10-10 17:13:13 +0200 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-10-20 13:21:50 -0700 |
commit | 0a24acb85b585b6ccd985fe58e2a831a20b51fa7 (patch) | |
tree | 9cdea36ea95f458e16c783c04bc13183c18df208 /compile.sh | |
parent | 413b0c9d35527a9b16e1d3b1f4cf466be9fac6c4 (diff) |
Changed some documentation and scripts.
Diffstat (limited to 'compile.sh')
-rwxr-xr-x | compile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/bash -android update project --path . --name "LEAP Android" --target android-17 +android update project --path . --name "Bitmask Android" --target android-17 ant debug |