summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-04 19:53:53 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-04 19:53:53 +0900
commitd8a5cc6e4bfacf675b902d9cfd37ee2a40a906cc (patch)
tree39478453d97109919dda127328976265432c3a73 /Makefile
parentc240ae00f4383fea899a6ceea9df41ffe258102d (diff)
modified Makefile, modified share/mutt-temp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1391f7b..672c6b1 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,11 @@ install:
chmod 644 $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_mutt-wizard.zsh
uninstall:
- rm -f $(DESTDIR)$(PREFIX)/bin/mw $(DESTDIR)$(PREFIX)/bin/mailsync $(DESTDIR)$(PREFIX)/bin/mutt.vcard.filter $(DESTDIR)$(PREFIX)/bin/vcalendar-filter $(DESTDIR)$(PREFIX)/lib/mutt-wizard/openfile
+ rm -f $(DESTDIR)$(PREFIX)/bin/mw \
+ $(DESTDIR)$(PREFIX)/bin/mailsync \
+ $(DESTDIR)$(PREFIX)/bin/mutt.vcard.filter \
+ $(DESTDIR)$(PREFIX)/bin/vcalendar-filter \
+ $(DESTDIR)$(PREFIX)/lib/mutt-wizard/openfile
rm -rf $(DESTDIR)$(PREFIX)/share/mutt-wizard $(DESTDIR)$(PREFIX)/lib/mutt-wizard
rm -f $(DESTDIR)$(MANPREFIX)/man1/mw.1 $(DESTDIR)$(MANPREFIX)/man1/mailsync.1
rm -f $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_mutt-wizard.zsh