diff options
Diffstat (limited to 'dragonfly/Makefile')
-rw-r--r-- | dragonfly/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dragonfly/Makefile b/dragonfly/Makefile index 8967e26..dc1aafd 100644 --- a/dragonfly/Makefile +++ b/dragonfly/Makefile @@ -76,6 +76,8 @@ install: all install -m 644 ../xombreroicon48.png $(DESTDIR)$(RESDIR) install -m 644 ../xombreroicon64.png $(DESTDIR)$(RESDIR) install -m 644 ../xombreroicon128.png $(DESTDIR)$(RESDIR) + install -m 644 ../xombreroicon256.png $(DESTDIR)$(RESDIR) + install -m 644 ../favicon.ico $(DESTDIR)$(RESDIR) install -m 644 ../tld-rules $(DESTDIR)$(RESDIR) install -m 644 ../style.css $(DESTDIR)$(RESDIR) install -m 644 ../hsts-preload $(DESTDIR)$(RESDIR) |