From aeba26daf7fec21f60f9d6685347a143dff00d48 Mon Sep 17 00:00:00 2001 From: Georg Fischer Date: Sat, 13 Jun 2009 18:27:00 +0200 Subject: [PATCH] rebased to v1.6.3.2 code base and added igit.exe to "make clean" --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 75e2f2c395..d916b0b2f7 100644 --- a/Makefile +++ b/Makefile @@ -1688,6 +1688,7 @@ clean: $(RM) -r $(GIT_TARNAME) .doc-tmp-dir $(RM) $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz $(RM) $(htmldocs).tar.gz $(manpages).tar.gz + $(RM) igit.exe $(MAKE) -C Documentation/ clean ifndef NO_PERL $(RM) gitweb/gitweb.cgi -- 2.11.4.GIT