Ensure dwmblocks-fcitx5 gets uninstalled in Makefile

This commit is contained in:
Alexander Rosenberg 2023-05-28 10:56:08 -07:00
parent a28859d1f2
commit def7285b73
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -42,6 +42,7 @@ uninstall:
${DESTDIR}${PREFIX}/bin/dwmblocks-pulse-listener \
${DESTDIR}${PREFIX}/bin/dwmblocks-battery \
${DESTDIR}${PREFIX}/bin/dwmblocks-network \
${DESTDIR}${PREFIX}/bin/dwmblocks-volume
${DESTDIR}${PREFIX}/bin/dwmblocks-volume \
${DESTDIR}${PREFIX}/bin/dwmblocks-fcitx5
.PHONY: all options clean install uninstall