summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4ecc8a4..b306577 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@ default: test
build-libgit2:
./script/build-libgit2-static.sh
+ cat ./vendor/libgit2/libgit2.pc
+ cat ./vendor/install/lib/pkgconfig/libgit2.pc
test: build-libgit2
./script/with-static.sh go test ./...