diff Makefile @ 378:4d5cb1e185e1

remove redundancy from makefile
author Carl Byington <carl@five-ten-sg.com>
date Mon, 04 Aug 2014 15:02:05 -0700
parents d51bf957d955
children 47de9ffed872
line wrap: on
line diff
--- a/Makefile	Mon Aug 04 14:51:38 2014 -0700
+++ b/Makefile	Mon Aug 04 15:02:05 2014 -0700
@@ -18,7 +18,6 @@
 builder: prep
 	sed -i -e 's/android:debuggable=".*"/android:debuggable="$(debuggable)"/g' AndroidManifest.xml
 	rm -rf gen bin
-	(cd help; make)
 	ndk-build clean; V=1 ndk-build
 	android update project -p . -t android-16
 	ant $(style)