# HG changeset patch # User Carl Byington # Date 1407189725 25200 # Node ID 4d5cb1e185e1adfe07c399dab2049d60c5a46979 # Parent 4226f87534f43b4fa95ab3b100d42ee094f92cd3 remove redundancy from makefile diff -r 4226f87534f4 -r 4d5cb1e185e1 Makefile --- 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)