summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 7d7475c..4ecc8a4 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,6 @@ default: test
build-libgit2:
./script/build-libgit2-static.sh
-update-libgit2:
- cd vendor/libgit2 && \
- git fetch origin development && \
- git checkout -qf FETCH_HEAD
-
test: build-libgit2
./script/with-static.sh go test ./...