From aabeb7f585da1cf966191886eab732db0020a41a Mon Sep 17 00:00:00 2001 From: Carlos Martín Nieto Date: Sat, 7 Jun 2014 15:38:32 +0200 Subject: Really build statically --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b306577..66f3d92 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,9 @@ build-libgit2: cat ./vendor/libgit2/libgit2.pc cat ./vendor/install/lib/pkgconfig/libgit2.pc -test: build-libgit2 - ./script/with-static.sh go test ./... +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 ./... -- cgit v1.2.3