Remove *.exe for Cygwin's benefit

maint
Peter Anvin 2005-09-28 18:00:24 -07:00
parent 6573faff34
commit dc4afa57ce
1 changed files with 1 additions and 1 deletions

View File

@ -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)