Update Makefile

To support the new build process in homebrew, we are not using the submodules, hence, adding a dash to ignore an error when git submodule command fails
This commit is contained in:
Amir Malka
2022-07-25 12:31:34 +03:00
committed by GitHub
parent ba2e4fe16e
commit 57874f399b

View File

@@ -7,7 +7,7 @@ export CGO_ENABLED=1
# build and install libgit2
libgit2:
git submodule update --init --recursive
-git submodule update --init --recursive
cd git2go; make install-static
# go build tags