File indexing completed on 2024-05-12 05:42:57

0001 LIBGIT2_DEPLOY_DIR = $(DEPLOY_DIR)
0002 LIBGIT2_INSTALL_DIR = $(INSTALL_DIR)/libgit2
0003 
0004 $(LIBGIT2_INSTALL_DIR):
0005         $(MAKE) -C ../libgit2 buildinstall
0006