Mercurial > 510Connectbot
comparison Makefile @ 74:1aff8d06d5ef tn5250
makefile typo
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 14 Jun 2014 09:04:35 -0700 |
parents | accf93be8c12 |
children | 524f9d41e046 |
comparison
equal
deleted
inserted
replaced
73:accf93be8c12 | 74:1aff8d06d5ef |
---|---|
8 all: | 8 all: |
9 hg pull; hg update | 9 hg pull; hg update |
10 make builder | 10 make builder |
11 | 11 |
12 builder: | 12 builder: |
13 rm -rf gen bin | 13 rm -rf gen bin |
14 ndk-build clean; V=1 ndk-build | 14 ndk-build clean; V=1 ndk-build |
15 android update project -p . -t android-16 | 15 android update project -p . -t android-16 |
16 ant $(style) | 16 ant $(style) |
17 | 17 |
18 genkey: | 18 genkey: |