Add uninstall target, another one from SamB
This commit is contained in:
@@ -170,6 +170,8 @@ install:
|
|||||||
@INSTALL@ -m 0755 @ZSNESEXE@ @prefix@/bin
|
@INSTALL@ -m 0755 @ZSNESEXE@ @prefix@/bin
|
||||||
@INSTALL@ -m 0644 linux/zsnes.5 @prefix@/man/man5
|
@INSTALL@ -m 0644 linux/zsnes.5 @prefix@/man/man5
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
rm -f @prefix@/bin/$(notdir @ZSNESEXE@) @prefix@/man/man5/zsnes.5
|
||||||
clean:
|
clean:
|
||||||
rm -f ${CHIPDIR}/*.o ${CPUDIR}/*.o ${VIDEODIR}/*.o ${GUIDIR}/*.o ${DOSDIR}/*.o ${WINDIR}/*.o ${ZIPDIR}/*.o *.o @ZSNESEXE@
|
rm -f ${CHIPDIR}/*.o ${CPUDIR}/*.o ${VIDEODIR}/*.o ${GUIDIR}/*.o ${DOSDIR}/*.o ${WINDIR}/*.o ${ZIPDIR}/*.o *.o @ZSNESEXE@
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user