diff --git a/Makefile b/Makefile index 1e1752f6eb025320534f737f1e1e7c6beb33fa4b..72d7a297e419aa2ce0eb4be07e886cad6a9b1ad0 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