blob: 5b1e319c549b2578c3e878c6616e4c793c40c781 [file] [log] [blame] [edit]
default: test
test:
go run script/check-MakeGitError-thread-lock.go
go test ./...
install:
go install ./...
build-libgit2:
./script/build-libgit2-static.sh
static: build-libgit2
go run script/check-MakeGitError-thread-lock.go
go test --tags "static" ./...
install-staic: build-libgit2
go install --tags "static" ./...