diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |