summaryrefslogtreecommitdiff
path: root/android/qa/desktop/Makefile
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-02-03 13:11:03 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-03 13:11:03 +0200
commitdb1ade41bf6c878753801ed241d6bd1d94466e12 (patch)
tree756851993a2876cf3b942df03189026c62a2a1f6 /android/qa/desktop/Makefile
parent10d74d9afe286aeb9a19a9943dbeaa17a499e202 (diff)
Fix braino
Diffstat (limited to 'android/qa/desktop/Makefile')
-rw-r--r--android/qa/desktop/Makefile6
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)