summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow (europa) <paul@buetow.org>2015-06-20 11:35:40 +0100
committerPaul Buetow (europa) <paul@buetow.org>2015-06-20 11:35:40 +0100
commit5f3143c014ebcf56a6181a47c53d13f9083bc6eb (patch)
tree4380e7e7e8395c1f90809d0d21e37645150f6e93 /Makefile
parent1a4825120333e302a34e626e28a2ad92640c7623 (diff)
add debroid boot script
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
+