diff --git a/Makefile.in b/Makefile.in index dc6b7d6..dd4cbe0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -234,12 +234,16 @@ all-windows: \ $(BINRLS)/$(LIBNAME).def \ $(BASEDIR)/win - all-linux: \ $(BINRLS)/$(SONAME) \ $(BINRLS)/$(LIBNAME).a \ locale/$(PACKAGE_NAME).pot +all-macos: \ + $(BINRLS)/$(SONAME) \ + $(BINRLS)/$(LIBNAME).a \ + locale/$(PACKAGE_NAME).pot + Release: \ $(BINRLS)/$(SONAME) \ $(BINRLS)/$(LIBNAME).a -- libgit2 0.21.2