mirror of
https://github.com/kopia/kopia.git
synced 2026-02-18 15:05:46 -05:00
9 lines
159 B
Makefile
9 lines
159 B
Makefile
build:
|
|
go install github.com/kopia/kopia/cmd/kopia
|
|
|
|
deps:
|
|
go get -u -t -v github.com/kopia/kopia/...
|
|
|
|
test:
|
|
go test -timeout 30s github.com/kopia/kopia/...
|