Delete the installer exe when cleaning

This commit is contained in:
Brian Anderson 2014-01-06 14:18:35 -08:00
parent 2297b08009
commit 21f9fa4850
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ clean-misc:
$(Q)rm -Rf $(DOCS)
$(Q)rm -Rf $(GENERATED)
$(Q)rm -Rf tmp/*
$(Q)rm -Rf rust-stage0-*.tar.bz2 $(PKG_NAME)-*.tar.gz dist
$(Q)rm -Rf rust-stage0-*.tar.bz2 $(PKG_NAME)-*.tar.gz $(PKG_NAME)-*.exe dist
$(Q)rm -Rf $(foreach ext, \
html aux cp fn ky log pdf pg toc tp vr cps epub, \
$(wildcard doc/*.$(ext)))