# HG changeset patch # User Carl Byington # Date 1404070886 25200 # Node ID 18aceeae6681a36aed01e36e0f234b8d4c8b2c96 # Parent f0f41cd3604b8eaab822bc589be02af1c37f7d1a fix inverted style/debuggable test diff -r f0f41cd3604b -r 18aceeae6681 Makefile --- 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