summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-15 04:32:50 -0300
committerEuAndreh <eu@euandre.org>2025-05-15 04:32:50 -0300
commit87beb9a92b61a2210523b30b2e3305efc7c6911f (patch)
tree6f3b7af0ad4897e1341b6efb5933676cddab6c87 /deps.mk
parentRevamp i18n: use gotext (diff)
downloaduuid-87beb9a92b61a2210523b30b2e3305efc7c6911f.tar.gz
uuid-87beb9a92b61a2210523b30b2e3305efc7c6911f.tar.xz
Makefile: Simplify variable names and use instool(1)
Diffstat (limited to 'deps.mk')
-rw-r--r--deps.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/deps.mk b/deps.mk
index b6bcb65..f593d1e 100644
--- a/deps.mk
+++ b/deps.mk
@@ -27,7 +27,7 @@ manpages.en.N.adoc = \
doc/uuid.en.7tutorial.adoc \
doc/uuid.en.7why.adoc \
-manpages.xx.N.adoc = \
+manpages.XX.N.adoc = \
doc/uuid.de.0.adoc \
doc/uuid.de.1.adoc \
doc/uuid.de.3.adoc \
@@ -81,18 +81,18 @@ sources.po = \
po/uuid/fr.po \
po/uuid/pt.po \
-functional-tests/lib.go = \
+functional/lib.go = \
tests/functional/string-round-trip/uuid.go \
-functional-tests/main.go = \
+functional/main.go = \
tests/functional/string-round-trip/main.go \
-fuzz-targets/lib.go = \
+fuzz/lib.go = \
tests/fuzz/from-string/uuid.go \
tests/fuzz/new-v4-from/uuid.go \
tests/fuzz/new-v7-from/uuid.go \
-fuzz-targets/main.go = \
+fuzz/main.go = \
tests/fuzz/from-string/main.go \
tests/fuzz/new-v4-from/main.go \
tests/fuzz/new-v7-from/main.go \