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