diff options
author | EuAndreh <eu@euandre.org> | 2025-05-15 04:06:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-15 04:06:10 -0300 |
commit | 014154f011c5ea739f42da1d314da293d8f81686 (patch) | |
tree | 874fdbd43ef1606a87ea9a093cf284833c3fa902 /deps.mk | |
parent | doc/: No longer commit into the repository the generated files (diff) | |
download | gotext-014154f011c5ea739f42da1d314da293d8f81686.tar.gz gotext-014154f011c5ea739f42da1d314da293d8f81686.tar.xz |
mkdeps.sh: Better name of varlists
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -30,20 +30,20 @@ sources.po = \ po/tests/de.po \ po/tests/es.po \ -functional-tests/lib.go = \ +functional/lib.go = \ tests/functional/api-usage/gotext.go \ tests/functional/extraction/gotext.go \ tests/functional/runtime/gotext.go \ -functional-tests/main.go = \ +functional/main.go = \ tests/functional/api-usage/main.go \ tests/functional/extraction/main.go \ tests/functional/runtime/main.go \ -fuzz-targets/lib.go = \ +fuzz/lib.go = \ tests/fuzz/api/gotext.go \ -fuzz-targets/main.go = \ +fuzz/main.go = \ tests/fuzz/api/main.go \ benchmarks/lib.go = \ |