git2go/Makefile

11 lines
190 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
./script/with-static.sh go test ./...
install: build-libgit2
./script/with-static.sh go install ./...