diff 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
line wrap: on
line diff
--- a/Makefile	Fri Jun 13 19:15:26 2014 -0700
+++ b/Makefile	Sat Jun 14 08:54:34 2014 -0700
@@ -6,7 +6,11 @@
 apk='bin/510Connectbot-$(style).apk'
 
 all:
-	hg pull; hg update; rm -rf gen bin
+	hg pull; hg update
+	make builder
+
+builder:
+    rm -rf gen bin
 	ndk-build clean; V=1 ndk-build
 	android update project -p . -t android-16
 	ant $(style)