Mercurial > 510Connectbot
changeset 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 | cb9e359ea2bd |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Jun 24 17:08:47 2014 -0700 +++ b/Makefile Sun Jun 29 12:41:26 2014 -0700 @@ -5,9 +5,9 @@ dest=/run/user/1000/gvfs/mtp*/*torage/Download apk='bin/510Connectbot-$(style).apk' ifeq ($(style),release) - debuggable=true + debuggable=false else - debuggable=false + debuggable=true endif