diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,4 +2,6 @@ shell: adb wait-for-device && adb shell reboot: adb reboot && adb wait-for-device && adb shell - +push: + adb push storage/sdcard1/Linux/jessie.sh /storage/sdcard1/Linux + adb push data/local/debroid.sh /data/local |
