summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-06-15 12:51:04 -0500
committerGitHub <noreply@github.com>2022-06-15 12:51:04 -0500
commit35777dd555f95e08dc84a86a4e0c941405966af5 (patch)
treee4aea4be6bbaca37d68da4ab9557afc3a4c43a23
parent3121e15ad07c041fa8fc4b8f81f7c19eb6d05f45 (diff)
fix uninstall
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e361c44..77bcbc0 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,5 @@ install: all
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/dwm\
${DESTDIR}${MANPREFIX}/man1/dwm.1
- rm -rf $(DESTDIR)$(USRHOME)/.config/dwm
.PHONY: all options clean dist install uninstall