diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | dynamic.mk (renamed from Makefile.dynamic) | 0 |
2 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 diff --git a/Makefile.dynamic b/dynamic.mk index 89791c9..89791c9 100644 --- a/Makefile.dynamic +++ b/dynamic.mk |