0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

Add uninstall target, patch by Clemens Wächter <clemenswaechter@yahoo.com>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2386 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-10-22 22:46:38 +00:00
parent 1caca2af41
commit a4fd047e68

View File

@ -136,6 +136,13 @@ ifeq ($(CSS_USE),yes)
-install -o 0 -g 0 -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP)
endif
uninstall:
rm -f $(BINDIR)/$(PRG)
rm -f $(BINDIR)/gmplayer
rm -f $(prefix)/man/man1/mplayer.1
rm -f $(BINDIR)/$(PRG_FIBMAP)
@echo "Uninstall completed"
clean:
rm -f *.o *~ $(OBJS)