From a4fd047e68d451ddcb5e2a20ca39c399c7da961b Mon Sep 17 00:00:00 2001 From: atmos4 Date: Mon, 22 Oct 2001 22:46:38 +0000 Subject: =?UTF-8?q?Add=20uninstall=20target,=20patch=20by=20Clemens=20W?= =?UTF-8?q?=C3=A4chter=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2386 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 00a4ba6e16..bee870e6fe 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3