diff Makefile @ 79:01d939969b10

merge tn5250 branch into default
author Carl Byington <carl@five-ten-sg.com>
date Mon, 16 Jun 2014 08:24:00 -0700
parents 1aff8d06d5ef
children 524f9d41e046
line wrap: on
line diff
--- a/Makefile	Tue Jun 03 08:48:14 2014 -0700
+++ b/Makefile	Mon Jun 16 08:24:00 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)