summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91d21c8..d560517 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,5 @@
+shell:
+ adb wait-for-device && adb shell
reboot:
- adb reboot && adb wait-for-device && adb shell
+ adb reboot
+