aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-03-06 14:26:52 -0300
committerEuAndreh <eu@euandre.org>2022-03-06 14:26:52 -0300
commitf915a438f7d7b798f7320d5b3005a1ef02633584 (patch)
tree1afdf0577f4bc6c8fb23a115343d4d2fce3c4638
parent.gitignore: Ignore vendor/ (diff)
downloadeuandre.org-f915a438f7d7b798f7320d5b3005a1ef02633584.tar.gz
euandre.org-f915a438f7d7b798f7320d5b3005a1ef02633584.tar.xz
mv Makefile.dynamic dynamic.mk
-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