From 0e8c6759f81c47ce76f81207467f17667ff67661 Mon Sep 17 00:00:00 2001
From: EuAndreh <eu@euandre.org>
Date: Sun, 16 Jan 2022 16:39:07 -0300
Subject: Makefile{,.dynamic}: Glue these files together using {files,deps}.mk

---
 Makefile.dynamic | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'Makefile.dynamic')

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$$//')"
-- 
cgit v1.2.3