From 9ae62b4cfca6293d4a83cc0242c54e5eac1cf47b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 15 Jan 2025 04:43:38 -0300 Subject: Makefile: Simplify variable names --- deps.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'deps.mk') diff --git a/deps.mk b/deps.mk index 14e1dd6..a2a936c 100644 --- a/deps.mk +++ b/deps.mk @@ -13,17 +13,17 @@ mains.go = \ tests/fuzz/new-from/main.go \ tests/main.go \ -functional-tests/lib.go = \ +functional/lib.go = \ tests/functional/string-round-trip/guuid.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/guuid.go \ tests/fuzz/new-from/guuid.go \ -fuzz-targets/main.go = \ +fuzz/main.go = \ tests/fuzz/from-string/main.go \ tests/fuzz/new-from/main.go \ -- cgit v1.2.3