From 0f117361f69cf7e8cbcf1f5e0d63759ec29e6614 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 28 Aug 2021 14:23:32 -0300 Subject: Makefile: Remove bin, lib and include artifacts in "uninstall" target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 9f8d87f..3831c71 100644 --- a/Makefile +++ b/Makefile @@ -102,6 +102,10 @@ install: all sh doc/manpages.sh -ip '$(DESTDIR)$(MANPREFIX)' $(manpages) uninstall: + rm -f \ + '$(DESTDIR)$(PREFIX)/bin/gistatic' \ + '$(DESTDIR)$(PREFIX)/lib/libgistatic.a' \ + '$(DESTDIR)$(PREFIX)/include/gistatic.h' sh doc/manpages.sh -up '$(DESTDIR)$(MANPREFIX)' $(manpages) -- cgit v1.2.3