2014-06-03 11:35:09 -05:00
|
|
|
default: test
|
|
|
|
|
|
|
|
build-libgit2:
|
|
|
|
./script/build-libgit2-static.sh
|
|
|
|
|
2014-06-07 11:33:09 -05:00
|
|
|
test: build-libgit2
|
2014-11-18 07:23:22 -06:00
|
|
|
go run script/check-MakeGitError-thread-lock.go
|
2014-12-31 13:43:20 -06:00
|
|
|
./script/with-static.sh go test ./...
|
2014-06-03 11:35:09 -05:00
|
|
|
|
|
|
|
install: build-libgit2
|
2014-12-31 13:43:20 -06:00
|
|
|
./script/with-static.sh go install ./...
|