Mercurial > 510Connectbot
comparison Makefile @ 525:b61919d8a701
code cleanup; document connections file
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 01 Jun 2024 10:12:40 -0600 |
parents | 775a81a78a2b |
children |
comparison
equal
deleted
inserted
replaced
524:609b142218bc | 525:b61919d8a701 |
---|---|
138 install.android: | 138 install.android: |
139 $(adb) devices | 139 $(adb) devices |
140 echo installing $(debugapk) | 140 echo installing $(debugapk) |
141 $(adb) install -r -d $(debugapk) | 141 $(adb) install -r -d $(debugapk) |
142 | 142 |
143 install.android.connections: | |
144 $(adb) push $(dest)/../testcases/deployment.connections /storage/self/primary/AccuSpeech/VoiceProjects/510Connectbot.connections | |
145 $(adb) shell ls -al /storage/self/primary/AccuSpeech/VoiceProjects | |
146 | |
143 logcat.device: | 147 logcat.device: |
144 $(adb) logcat -c | 148 $(adb) logcat -c |
145 $(adb) logcat | 149 $(adb) logcat |
146 | 150 |
147 push.dropbox: | 151 push.dropbox: |