ledisdb/Makefile

11 lines
108 B
Makefile
Raw Normal View History

2014-07-20 15:03:00 +04:00
all: build
build:
go install ./...
clean:
go clean -i ./...
test:
go test ./...
go test -race ./...