git2go/Makefile

13 lines
270 B
Makefile
Raw Normal View History

default: test
build-libgit2:
./script/build-libgit2-static.sh
2014-06-06 20:00:29 -05:00
cat ./vendor/libgit2/libgit2.pc
cat ./vendor/install/lib/pkgconfig/libgit2.pc
test: build-libgit2
./script/with-static.sh go test ./...
install: build-libgit2
./script/with-static.sh go install ./...