Mercurial > 510Connectbot
comparison Makefile @ 79:01d939969b10
merge tn5250 branch into default
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 16 Jun 2014 08:24:00 -0700 |
parents | 1aff8d06d5ef |
children | 524f9d41e046 |
comparison
equal
deleted
inserted
replaced
19:b3d0d806cbe2 | 79:01d939969b10 |
---|---|
4 style=release | 4 style=release |
5 dest=/run/user/1000/gvfs/mtp*/*torage/Download | 5 dest=/run/user/1000/gvfs/mtp*/*torage/Download |
6 apk='bin/510Connectbot-$(style).apk' | 6 apk='bin/510Connectbot-$(style).apk' |
7 | 7 |
8 all: | 8 all: |
9 hg pull; hg update; rm -rf gen bin | 9 hg pull; hg update |
10 make builder | |
11 | |
12 builder: | |
13 rm -rf gen bin | |
10 ndk-build clean; V=1 ndk-build | 14 ndk-build clean; V=1 ndk-build |
11 android update project -p . -t android-16 | 15 android update project -p . -t android-16 |
12 ant $(style) | 16 ant $(style) |
13 | 17 |
14 genkey: | 18 genkey: |