git2go/Makefile

12 lines
239 B
Makefile
Raw Normal View History

default: test
2016-08-27 14:11:22 -05:00
build-libgit2:
./script/build-libgit2-static.sh
test: build-libgit2
go run script/check-MakeGitError-thread-lock.go
2016-08-27 14:11:22 -05:00
./script/with-static.sh go test ./...
2016-08-27 14:11:22 -05:00
install: build-libgit2
./script/with-static.sh go install ./...