aboutsummaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-15 04:06:10 -0300
committerEuAndreh <eu@euandre.org>2025-05-15 04:06:10 -0300
commit014154f011c5ea739f42da1d314da293d8f81686 (patch)
tree874fdbd43ef1606a87ea9a093cf284833c3fa902 /deps.mk
parentdoc/: No longer commit into the repository the generated files (diff)
downloadgotext-014154f011c5ea739f42da1d314da293d8f81686.tar.gz
gotext-014154f011c5ea739f42da1d314da293d8f81686.tar.xz
mkdeps.sh: Better name of varlists
Diffstat (limited to 'deps.mk')
-rw-r--r--deps.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps.mk b/deps.mk
index 010ee97..009feaf 100644
--- a/deps.mk
+++ b/deps.mk
@@ -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 = \