mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit 0b48a8c3a436e7627db9c704c4bfb290d9a3b30d parent 35e788c8bb9f8b2a780084dd83ce3e5560fdfa4a Author: Rob King <deadpixi@users.noreply.github.com> Date: Sun, 14 Aug 2022 22:16:03 -0500 Merge pull request #62 from equwal/uninstall Add uninstall item to Makefile Diffstat:
| M | Makefile | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -22,6 +22,10 @@ install: mtm cp mtm $(DESTDIR)/bin cp mtm.1 $(MANDIR) +uninstall: + rm -f $(DESTDIR)/bin/mtm + rm -f $(MANDIR)/mtm.1 + install-terminfo: mtm.ti tic -s -x mtm.ti
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.