git2go/Makefile

14 lines
321 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
2014-06-07 08:38:32 -05:00
test: install build-libgit2
./script/with-static.sh go test
./script/with-less-static.sh go test ./settings
install: build-libgit2
./script/with-static.sh go install ./...