From 1a7b577c4b10789bc9f0c721f533c8e438088b90 Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Sun, 28 Apr 2002 04:40:18 +0000 Subject: [PATCH] Add uninstall target, another one from SamB --- zsnes/src/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsnes/src/Makefile.in b/zsnes/src/Makefile.in index 0474e3b1..935d327b 100644 --- a/zsnes/src/Makefile.in +++ b/zsnes/src/Makefile.in @@ -170,6 +170,8 @@ install: @INSTALL@ -m 0755 @ZSNESEXE@ @prefix@/bin @INSTALL@ -m 0644 linux/zsnes.5 @prefix@/man/man5 +uninstall: + rm -f @prefix@/bin/$(notdir @ZSNESEXE@) @prefix@/man/man5/zsnes.5 clean: rm -f ${CHIPDIR}/*.o ${CPUDIR}/*.o ${VIDEODIR}/*.o ${GUIDIR}/*.o ${DOSDIR}/*.o ${WINDIR}/*.o ${ZIPDIR}/*.o *.o @ZSNESEXE@