summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2014-06-07 18:33:09 +0200
committerCarlos Martín Nieto <[email protected]>2014-06-07 18:57:46 +0200
commit12a3a1e05c03fdc9767ef62e5ff9e0d677946525 (patch)
tree0bcdb684f1aa161dead4eb36cc1644554666fda3 /Makefile
parentaabeb7f585da1cf966191886eab732db0020a41a (diff)
Move the settings into the main git2go
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 66f3d92..4ecc8a4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,9 @@ default: test
build-libgit2:
./script/build-libgit2-static.sh
- cat ./vendor/libgit2/libgit2.pc
- cat ./vendor/install/lib/pkgconfig/libgit2.pc
-test: install build-libgit2
- ./script/with-static.sh go test
- ./script/with-less-static.sh go test ./settings
+test: build-libgit2
+ ./script/with-static.sh go test ./...
install: build-libgit2
./script/with-static.sh go install ./...