From f915a438f7d7b798f7320d5b3005a1ef02633584 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 6 Mar 2022 14:26:52 -0300 Subject: mv Makefile.dynamic dynamic.mk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3