summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-05 11:31:27 -0300
committerEuAndreh <eu@euandre.org>2025-05-05 11:31:27 -0300
commit6e493d66649925fccaa351f65ee6cac2dedf264f (patch)
tree72d6277a6c71ddd9e646f3aa13fb91d89863d735
parentMakefile: Fix missing test dependencies (diff)
downloadeuandre.org-6e493d66649925fccaa351f65ee6cac2dedf264f.tar.gz
euandre.org-6e493d66649925fccaa351f65ee6cac2dedf264f.tar.xz
Makefile: Rename "check-unit-symlinks" -> "check-unit-links-symlinks"HEADmain
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 022c2c5..518ac92 100644
--- a/Makefile
+++ b/Makefile
@@ -407,12 +407,12 @@ symlink-deps = \
src/content/.well-known/security.txt \
$(sources.media.torrent) \
-check-unit-symlinks: src/all-symlinks.txt $(symlink-deps)
+check-unit-links-symlinks: src/all-symlinks.txt $(symlink-deps)
find `cat src/all-symlinks.txt` | xargs -n1 test -e
check-unit-links: check-unit-links-internal check-unit-links-external
-check-unit-links: check-unit-symlinks
+check-unit-links: check-unit-links-symlinks
MAXSIZE = 52428800 # from spec: https://www.sitemaps.org/protocol.html