Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
f2de4e1e
Commit
f2de4e1e
authored
Jun 21, 2012
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefile: add an uninstall rule
parent
e5f80d29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Makefile
Makefile
+4
-0
No files found.
Makefile
View file @
f2de4e1e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment