diff options
author | EuAndreh <eu@euandre.org> | 2025-05-05 11:35:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-05 11:35:37 -0300 |
commit | fa07fa576e07b4cc6b7c9123bd3a6c91e6afc609 (patch) | |
tree | d47dc7f8860ad639fc4035f369d3ea10ca34bd29 | |
parent | Makefile: Fix missing test dependencies (diff) | |
download | papo.im-fa07fa576e07b4cc6b7c9123bd3a6c91e6afc609.tar.gz papo.im-fa07fa576e07b4cc6b7c9123bd3a6c91e6afc609.tar.xz |
Makefile: Rename "check-unit-symlinks" -> "check-unit-links-symlinks"
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |