diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-06-15 12:51:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-15 12:51:04 -0500 |
| commit | 35777dd555f95e08dc84a86a4e0c941405966af5 (patch) | |
| tree | e4aea4be6bbaca37d68da4ab9557afc3a4c43a23 | |
| parent | 3121e15ad07c041fa8fc4b8f81f7c19eb6d05f45 (diff) | |
fix uninstall
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
