summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Peter Anvin <hpa@tazenda.sc.orionmulti.com>2005-09-28 18:00:24 -0700
committerLibravatar Peter Anvin <hpa@tazenda.sc.orionmulti.com>2005-09-28 18:00:24 -0700
commitdc4afa57ce3e07645690bec1e4c20ab59e8a9bd0 (patch)
treec6fd971b6e46ea293c431b882ff92e875b51f1fd /Makefile
parentNO_IPV6 support for git daemon (diff)
downloadtgif-dc4afa57ce3e07645690bec1e4c20ab59e8a9bd0.tar.xz
Remove *.exe for Cygwin's benefit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2183903965..7ae12d8823 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)