summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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