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