birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c898844fe108137e0c2897b725f33c85ebc89e7a
parent 17a60035ac004f5dad10b6743563e8ef27b392d2
Author: grouse <bdmfegys@duck.com>
Date:   Sun,  3 Mar 2024 13:53:37 -0500

add all items installed in 'install' target to 'uninstall' target

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -52,7 +52,10 @@ install: all uninstall: rm -f ${DESTDIR}${PREFIX}/bin/dwm\ + /usr/share/xsessions/dwm.desktop\ + ${DESTDIR}${PREFIX}/bin/volume.sh\ ${DESTDIR}${MANPREFIX}/man1/dwm.1 + rm -rf ${HOME}/.config/dwm full: make -C slock