From: Peter Anvin Date: Thu, 29 Sep 2005 01:00:24 +0000 (-0700) Subject: Remove *.exe for Cygwin's benefit X-Git-Tag: v0.99.9~219 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=dc4afa57ce3e07645690bec1e4c20ab59e8a9bd0;p=git.git Remove *.exe for Cygwin's benefit --- diff --git a/Makefile b/Makefile index 21839039..7ae12d88 100644 --- a/Makefile +++ b/Makefile @@ -395,7 +395,7 @@ deb: dist ### Cleaning rules clean: - rm -f *.o mozilla-sha1/*.o ppc/*.o compat/*.o $(PROGRAMS) $(LIB_FILE) + rm -f *.o *.exe mozilla-sha1/*.o ppc/*.o compat/*.o $(PROGRAMS) $(LIB_FILE) rm -f $(filter-out gitk,$(SCRIPTS)) rm -f git-core.spec *.pyc *.pyo rm -rf $(GIT_TARNAME)