2014-06-03 11:35:09 -05:00
|
|
|
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-03 11:35:09 -05:00
|
|
|
|
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
|
2014-06-03 11:35:09 -05:00
|
|
|
|
|
|
|
install: build-libgit2
|
|
|
|
./script/with-static.sh go install ./...
|