diff options
author | Nick White <git@njw.me.uk> | 2012-07-01 20:44:42 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-07-01 20:44:42 +0100 |
commit | a9a63cb4cc7f0e9f00beb69020e4f77c106442ab (patch) | |
tree | 3f89c4682f84142e8d5250a488fd749871c01aa1 /Makefile | |
parent | 42474d722b22915a458dc016d2136d8c94735d89 (diff) |
Ensure uninstall rule completely removes icons
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |