summaryrefslogtreecommitdiff
path: root/Makefile
blob: 3040857ca3d27e1269672545e3f9f1478a008de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
default: test

build-libgit2:
	./script/build-libgit2-static.sh

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 ./...