diff options
author | John C. Vernaleo <jcv@conformal.com> | 2012-11-30 13:43:51 -0500 |
---|---|---|
committer | John C. Vernaleo <jcv@conformal.com> | 2012-11-30 13:43:51 -0500 |
commit | 5639a6bdb111baa5157200e2ad739f3c4f293a3d (patch) | |
tree | 65bb7cb15509eb6260b872ad9fd6983da4de28dc | |
parent | 232ae19576f0937e7c2061194d37d77af3c9ca5b (diff) | |
download | xombrero-5639a6bdb111baa5157200e2ad739f3c4f293a3d.tar.gz |
Update the uninstall target in the 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 |