From cdda31a4424c529580c5bbbd32fb934857d6f969 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 22 Jan 2021 13:20:41 -0300 Subject: Makefile: Add uninstall target --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6b74d29..017c88f 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,12 @@ install: chmod 644 $(DESTDIR)$(MANPREFIX)/man1/remembering.1 chmod 644 $(DESTDIR)$(MANPREFIX)/man5/remembering.5 +uninstall: + rm -f \ + $(DESTDIR)$(PREFIX)/bin/remembering \ + $(DESTDIR)$(MANPREFIX)/man1/remembering.1 \ + $(DESTDIR)$(MANPREFIX)/man5/remembering.5 + check: sh tests/all.sh -- cgit v1.2.3