---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 797fc4b..80d2c2f 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,9 @@ install: scroll
        cp -f scroll $(DESTDIR)$(BINDIR)
        cp -f scroll.1 $(DESTDIR)$(MANDIR)/man1
 
+uninstall:
+       rm -f $(DESTDIR)$(BINDIR)/scroll $(DESTDIR)$(MANDIR)/man1/scroll.1
+
 test: scroll ptty
        # check usage
        if ./ptty ./scroll -h; then exit 1; fi
-- 
2.26.2


Reply via email to