summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2017-04-14 12:51:13 +0200
committerCarlos Martín Nieto <[email protected]>2017-04-14 12:51:13 +0200
commite7747d31746abadbba6ae986538874b336687f7a (patch)
tree47478f9d74f7d78cf3a8ac1ee9b2847f380b7267 /Makefile
parent5001942b59502155fc51b7d315b161c721ea1cf2 (diff)
travis: build statically
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9be90e1..b2399f8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,5 @@
default: test
-build-libgit2:
- ./script/build-libgit2-static.sh
-
test: build-libgit2
go run script/check-MakeGitError-thread-lock.go
go test ./...