diff --git a/Makefile b/Makefile index 1e1752f6e..72d7a297e 100644 --- a/Makefile +++ b/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