We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make uninstall
1 parent 2b2fa86 commit e486951Copy full SHA for e486951
1 file changed
Makefile
@@ -35,6 +35,14 @@ install:
35
install -m 644 desktop/can-icon.svg ${DEST_SHARE}/icons/hicolor/scalable/apps/${APP}.svg
36
install -m 644 desktop/can-icon.svg ${DEST_SHARE}/pixmaps/${APP}.svg
37
38
+uninstall:
39
+ rm -Rf "${DEST_APP}"
40
+ rm -f "${DESTDIR}/usr/bin/${APP}"
41
+ rm -f "${DEST_SHARE}/applications/${APP}.desktop"
42
+ rm -f "${DEST_SHARE}/icons/hicolor/24x24/apps/${APP}.png"
43
+ rm -f "${DEST_SHARE}/icons/hicolor/scalable/apps/${APP}.svg"
44
+ rm -f "${DEST_SHARE}/pixmaps/${APP}.svg"
45
+
46
clean:
47
rm -rf debian/${APP}
48
rm -f ../${APP}_*.deb ../${APP}_*.asc ../${APP}_*.dsc ../${APP}*.changes
0 commit comments