aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43c2ae7..3734abd 100644
--- a/Makefile
+++ b/Makefile
@@ -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