diff --git a/Makefile b/Makefile index 15dfc63..f1bef40 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ desktop: android-usb: android $(ADB) -d install -r $(APK) + $(ADB) -d shell am start -n ch.parano.myicek/.MainActivity android-emulator: android @if ! $(ADB) devices | grep -q '^emulator'; then \