summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/sdremote/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/sdremote/Makefile b/android/sdremote/Makefile
index 0b5ef5fe727b..8b06c98b6e9c 100644
--- a/android/sdremote/Makefile
+++ b/android/sdremote/Makefile
@@ -8,9 +8,6 @@
include ../../config_host.mk
-install: all
- $(ANDROID_SDK_HOME)/platform-tools/adb install -r ./bin/ImpressRemote-debug.apk
-
all: properties
mkdir -p ../abs-lib/libs
cp $(ANDROID_SDK_HOME)/extras/android/support/v4/android-support-v4.jar ../abs-lib/libs
@@ -23,4 +20,7 @@ properties:
clean: properties
$(ANT) clean
+install: all
+ $(ANDROID_SDK_HOME)/platform-tools/adb install -r ./bin/ImpressRemote-debug.apk
+
# vim: set noet sw=4 ts=4: