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 +- Makefile.dynamic | 7 ------- dynamic.mk | 7 +++++++ 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 Makefile.dynamic create mode 100644 dynamic.mk 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/Makefile.dynamic deleted file mode 100644 index 89791c9..0000000 --- a/Makefile.dynamic +++ /dev/null @@ -1,7 +0,0 @@ -include files.mk -include deps.mk - -torrents: $(torrent-files) - -$(torrent-files): files.mk deps.mk - mktorrent -f -v -d -n $@ -o $@ -c '' "$$(echo $@ | sed 's/\.torrent$$//')" diff --git a/dynamic.mk b/dynamic.mk new file mode 100644 index 0000000..89791c9 --- /dev/null +++ b/dynamic.mk @@ -0,0 +1,7 @@ +include files.mk +include deps.mk + +torrents: $(torrent-files) + +$(torrent-files): files.mk deps.mk + mktorrent -f -v -d -n $@ -o $@ -c '' "$$(echo $@ | sed 's/\.torrent$$//')" -- cgit v1.2.3