summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 ./...