diff options
Diffstat (limited to 'android/qa/desktop/Makefile')
-rw-r--r-- | android/qa/desktop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile index ec568b6258a5..3d113628fa73 100644 --- a/android/qa/desktop/Makefile +++ b/android/qa/desktop/Makefile @@ -235,11 +235,11 @@ copy-stuff: buildrcs build-ant: copy-stuff - unset JAVA_HOME && $ANT debug + unset JAVA_HOME && $(ANT) debug install: copy-stuff adb shell rm -r $(APP_DATA_PATH) - unset JAVA_HOME && $ANT debug install + unset JAVA_HOME && $(ANT) debug install @echo @echo 'Run it with "make run"' @echo @@ -260,6 +260,6 @@ stop-start-cycle: adb shell stop && adb shell start && sleep 10 clean: - $ANT clean + $(ANT) clean rm -rf assets $(SODEST) $(OBJLOCAL) |