summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-15 04:43:38 -0300
committerEuAndreh <eu@euandre.org>2025-01-15 04:43:38 -0300
commit9ae62b4cfca6293d4a83cc0242c54e5eac1cf47b (patch)
treea7d6a7380d7bbc60f2cf9a9142371b4cf404dcad /deps.mk
parenttests/guuid.go: Add test for panic inside New() (diff)
downloaduuid-9ae62b4cfca6293d4a83cc0242c54e5eac1cf47b.tar.gz
uuid-9ae62b4cfca6293d4a83cc0242c54e5eac1cf47b.tar.xz
Makefile: Simplify variable names
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 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 \