diff options
author | EuAndreh <eu@euandre.org> | 2025-05-15 04:32:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-15 04:32:50 -0300 |
commit | 87beb9a92b61a2210523b30b2e3305efc7c6911f (patch) | |
tree | 6f3b7af0ad4897e1341b6efb5933676cddab6c87 /deps.mk | |
parent | Revamp i18n: use gotext (diff) | |
download | uuid-87beb9a92b61a2210523b30b2e3305efc7c6911f.tar.gz uuid-87beb9a92b61a2210523b30b2e3305efc7c6911f.tar.xz |
Makefile: Simplify variable names and use instool(1)
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 \ |