From a9a63cb4cc7f0e9f00beb69020e4f77c106442ab Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 1 Jul 2012 20:44:42 +0100 Subject: Ensure uninstall rule completely removes icons --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4102f04..12dd85b 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ install: all uninstall: cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) $(GUI:.tcl=) cd $(DESTDIR)$(MANPREFIX)/man1 && rm -f $(MAN) + rm -rf $(DESTDIR)$(PREFIX)/share/$(NAME) clean: rm -f -- $(BIN) $(OBJ) util.a index.html comparison.html -- cgit v1.2.3