diff Makefile @ 74:1aff8d06d5ef tn5250

makefile typo
author Carl Byington <carl@five-ten-sg.com>
date Sat, 14 Jun 2014 09:04:35 -0700
parents accf93be8c12
children 524f9d41e046
line wrap: on
line diff
--- a/Makefile	Sat Jun 14 08:54:34 2014 -0700
+++ b/Makefile	Sat Jun 14 09:04:35 2014 -0700
@@ -10,7 +10,7 @@
 	make builder
 
 builder:
-    rm -rf gen bin
+	rm -rf gen bin
 	ndk-build clean; V=1 ndk-build
 	android update project -p . -t android-16
 	ant $(style)