Browse Source

makefile: add an uninstall rule

0.1.x-bugfix
Ludovic Fauvet 14 years ago
parent
commit
f2de4e1ea4
  1. 4
      Makefile

4
Makefile

@ -95,6 +95,10 @@ install: $(VLC_APK)
adb wait-for-device
adb install -r $(VLC_APK)
uninstall:
adb wait-for-device
adb uninstall org.videolan.vlc
run:
@echo "=== Running VLC on device ==="
adb wait-for-device

Loading…
Cancel
Save