diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ deps.mk: torrent-files.txt awk '{ printf "%s.torrent: %s\n", $$1, $$1 }' torrent-files.txt >> $@ $(torrents): files.mk deps.mk - $(MAKE) -f Makefile.dynamic torrents + $(MAKE) -f dynamic.mk torrents static/favicon.png: static/favicon.svg inkscape -o $@ -w 2048 -h 2048 -b white static/favicon.svg |