diff options
Diffstat (limited to 'linux/Makefile')
-rw-r--r-- | linux/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/Makefile b/linux/Makefile index 3c9bcf5..3b2500c 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -86,6 +86,9 @@ uninstall: rm -f $(DESTDIR)$(RESDIR)/xombreroicon48.png rm -f $(DESTDIR)$(RESDIR)/xombreroicon64.png rm -f $(DESTDIR)$(RESDIR)/xombreroicon128.png + rm -f $(DESTDIR)$(RESDIR)/xombrero.css + rm -f $(DESTDIR)$(RESDIR)/tordisabled.ico + rm -f $(DESTDIR)$(RESDIR)/torenabled.ico rm -f $(DESTDIR)$(RESDIR)/tld-rules rm -f $(DESTDIR)$(RESDIR)/style.css rm -f $(DESTDIR)$(RESDIR)/hsts-preload |