git2go/Makefile

12 lines
239 B
Makefile
Raw Normal View History

default: test
build-libgit2:
./script/build-libgit2-static.sh
2014-06-07 11:33:09 -05:00
test: build-libgit2
go run script/check-MakeGitError-thread-lock.go
./script/with-static.sh go test ./...
install: build-libgit2
./script/with-static.sh go install ./...