summaryrefslogtreecommitdiff
path: root/Makefile
blob: b3051cf807a8c01e360b6e6b28a65d0eaeef84bd (plain)
1
2
3
4
5
6
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