summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2025-01-16 09:40:33 +0100
committerValery Piashchynski <[email protected]>2025-01-16 09:40:50 +0100
commit1e64dfb387f65d309c9b1029cf8a5d439b13e4e7 (patch)
tree95f24b6ac4887fdb79997eedcda5e6b20def6ed5 /Makefile
parent9fd3f2964feda0981dbc837c0dafc6ab0487b096 (diff)
chore(deps): update dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7f14f2c2..169794bc 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,6 @@ test:
build:
CGO_ENABLED=0 go build -trimpath -ldflags "-s" -o rr cmd/rr/main.go
+
+debug:
+ dlv debug cmd/rr/main.go -- serve -c .rr-sample-bench-http.yaml