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

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

test: build-libgit2
	./script/with-static.sh go test ./...

install: build-libgit2
	./script/with-static.sh go install ./...