diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ test: go test -v -race ./... + cd roadrunner && go test -v -race ./... + build: CGO_ENABLED=0 go build -trimpath -ldflags "-s" -o rr cmd/rr/main.go |