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