aboutsummaryrefslogtreecommitdiff
path: root/Makefile.dynamic
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile.dynamic5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.dynamic b/Makefile.dynamic
index bbcb508..a9b0598 100644
--- a/Makefile.dynamic
+++ b/Makefile.dynamic
@@ -1,7 +1,8 @@
-include torrent-files.mk
+include files.mk
+include deps.mk
torrents: $(torrent-files)
# Missing -c and -w
-$(torrent-files): torrent-files.mk
+$(torrent-files): files.mk deps.mk
mktorrent -f -v -d -n $@ -o $@ -c '' "$$(echo $@ | sed 's/\.torrent$$//')"