---
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- [hackers] [scroll][PATCH 1/3] Revert "Ignore carriage return ... parazyd
- [hackers] [scroll][PATCH 3/3] Add "uninstall" targe... parazyd
- [hackers] [scroll][PATCH 2/3] Use DESTDIR in the Makefile. parazyd
