comparison Makefile @ 171:18aceeae6681

fix inverted style/debuggable test
author Carl Byington <carl@five-ten-sg.com>
date Sun, 29 Jun 2014 12:41:26 -0700
parents f0f41cd3604b
children 7e4352b53f24
comparison
equal deleted inserted replaced
170:f0f41cd3604b 171:18aceeae6681
3 3
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 ifeq ($(style),release) 7 ifeq ($(style),release)
8 debuggable=true 8 debuggable=false
9 else 9 else
10 debuggable=false 10 debuggable=true
11 endif 11 endif
12 12
13 13
14 all: 14 all:
15 hg pull; hg update 15 hg pull; hg update