Add uninstall target, another one from SamB

This commit is contained in:
theoddone33
2002-04-28 04:40:18 +00:00
parent 0a344cdfcb
commit 1a7b577c4b

View File

@@ -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@