From 014154f011c5ea739f42da1d314da293d8f81686 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 15 May 2025 04:06:10 -0300 Subject: mkdeps.sh: Better name of varlists --- deps.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'deps.mk') 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 = \ -- cgit v1.2.3