summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7f14f2c2a9bb729fc7c53e05a735733541d72b95 (plain)
1
2
3
4
5
test:
	go test -v -race ./...

build:
	CGO_ENABLED=0 go build -trimpath -ldflags "-s" -o rr cmd/rr/main.go