summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2014-06-07 15:38:32 +0200
committerCarlos Martín Nieto <[email protected]>2014-06-07 15:43:05 +0200
commitaabeb7f585da1cf966191886eab732db0020a41a (patch)
treed414cc7e46aece422e47f9ec43ada6b4ba59dcab /Makefile
parent6862c2c82d89d30b0283d8a7e77851a802534daa (diff)
Really build statically
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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 ./...