comparison Makefile @ 73:accf93be8c12 tn5250

update documentation; use xterm-256color as default terminal type
author Carl Byington <carl@five-ten-sg.com>
date Sat, 14 Jun 2014 08:54:34 -0700
parents ab7313512aba
children 1aff8d06d5ef
comparison
equal deleted inserted replaced
72:8181cb01c64d 73:accf93be8c12
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: