You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spOSMroute/android/Makefile

19 lines
281 B

app:
android update project -p . -s --target 1 -n sposmroute
ndk-build
ant debug
install: app
adb install -r bin/sposmroute-debug.apk
clean:
rm -rf obj
rm -rf bin
rm -rf libs
rm -f build.xml
rm -f proguard-project.txt
rm -f project.properties
rm -f local.properties